File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 11{
2- "autoDiagnostics" : true ,
32 "compilerOptions" : {
43 "module" : " amd" ,
54 "moduleResolution" : " classic" ,
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments