Skip to content

Commit 216c6b8

Browse files
committed
Cleanup merged settings and polish jsdoc
1 parent 1c9726f commit 216c6b8

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@
1515
"extensions/**/out/**": true
1616
},
1717
"tslint.enable": true,
18-
"tslint.rulesDirectory": "build/lib/tslint",
19-
"typescript.tsdk": "P:\\mseng\\TypeScript\\built\\local"
18+
"tslint.rulesDirectory": "build/lib/tslint"
2019
}

src/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"autoDiagnostics": true,
32
"compilerOptions": {
43
"module": "amd",
54
"moduleResolution": "classic",

src/vs/vscode.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2958,7 +2958,8 @@ declare namespace vscode {
29582958

29592959
/**
29602960
* The absolute file path of the workspace specific directory where the extension
2961-
* can store proviate state on disk. The directory might not exist yet.
2961+
* can store proviate state on disk. The directory itself might not exist yet. However
2962+
* its parent directory will.
29622963
*
29632964
* Use `workspaceState` or `globalState` to store simple data.
29642965
*/

0 commit comments

Comments
 (0)