diff --git a/.vscode/settings.json b/.vscode/settings.json index 0e1419e7e55..489d87815c8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" } \ No newline at end of file diff --git a/src/tsconfig.json b/src/tsconfig.json index 20251441003..4d19116392f 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -1,5 +1,4 @@ { - "autoDiagnostics": true, "compilerOptions": { "module": "amd", "moduleResolution": "classic", diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index 1f5ce84e876..524d1d5580f 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -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. */