mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-12 11:39:57 +01:00
Cleanup merged settings and polish jsdoc
This commit is contained in:
Vendored
+1
-2
@@ -15,6 +15,5 @@
|
||||
"extensions/**/out/**": true
|
||||
},
|
||||
"tslint.enable": true,
|
||||
"tslint.rulesDirectory": "build/lib/tslint",
|
||||
"typescript.tsdk": "P:\\mseng\\TypeScript\\built\\local"
|
||||
"tslint.rulesDirectory": "build/lib/tslint"
|
||||
}
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"autoDiagnostics": true,
|
||||
"compilerOptions": {
|
||||
"module": "amd",
|
||||
"moduleResolution": "classic",
|
||||
|
||||
Vendored
+2
-1
@@ -2958,7 +2958,8 @@ declare namespace vscode {
|
||||
|
||||
/**
|
||||
* The absolute file path of the workspace specific directory where the extension
|
||||
* can store proviate state on disk. The directory might not exist yet.
|
||||
* can store proviate state on disk. The directory itself might not exist yet. However
|
||||
* its parent directory will.
|
||||
*
|
||||
* Use `workspaceState` or `globalState` to store simple data.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user