Skip to content

Commit

Permalink
chore: add workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Sep 27, 2024
1 parent 1009f13 commit 16ae79c
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .vscode/type-plus.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"folders": [
{
"name": "type-plus",
"path": ".."
},
{
"name": "typescript-blackbook",
"path": "../../typescript-blackbook"
}
],
"settings": {
"markdown.extension.list.toggle.candidate-markers": [
"-",
"1."
],
"markdown.extension.toc.levels": "2..6",
"markdown.extension.toc.omittedFromToc": {
"type-plus/README.md": [
"## Table of Contents",
"## Installation"
]
},
"markdown.extension.toc.orderedList": true,
"markdown.extension.toc.unorderedList.marker": "-",
"material-icon-theme.files.associations": {
"tsconfig.ts54.json": "tsconfig",
"tsconfig.ts55.json": "tsconfig",
"tsconfig.ts56.json": "tsconfig"
},
"typescript.tsdk": "node_modules/typescript/lib",
"cSpell.words": [
"astrolib"
]
}
}

0 comments on commit 16ae79c

Please sign in to comment.