소스 검색

Remove unnecessary change

Alex Dima 5 년 전
부모
커밋
128d4befd8
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .vscode/settings.json

+ 1 - 2
.vscode/settings.json

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