mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Update more extensions to use shared config
This commit is contained in:
@@ -39,7 +39,7 @@ export function deactivate(): void {
|
||||
}
|
||||
|
||||
|
||||
function toggleAutoAttachSetting(context: vscode.ExtensionContext) {
|
||||
function toggleAutoAttachSetting() {
|
||||
|
||||
const conf = vscode.workspace.getConfiguration(DEBUG_SETTINGS);
|
||||
if (conf) {
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"extends": "../shared.tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"outDir": "./out",
|
||||
"lib": [
|
||||
"es2015"
|
||||
],
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"downlevelIteration": true
|
||||
},
|
||||
"include": [
|
||||
|
||||
Reference in New Issue
Block a user