Ver código fonte

Remove unnecessary change

Alex Dima 5 anos atrás
pai
commit
128d4befd8
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      .vscode/settings.json

+ 1 - 2
.vscode/settings.json

@@ -10,6 +10,5 @@
 	"editor.tabSize": 4,
 	"editor.tabSize": 4,
 	"editor.insertSpaces": false,
 	"editor.insertSpaces": false,
 	"editor.detectIndentation": false,
 	"editor.detectIndentation": false,
-	"typescript.tsdk": "./node_modules/typescript/lib",
-	"vscode-corda.isCordaProject": false
+	"typescript.tsdk": "./node_modules/typescript/lib"
 }
 }