Remove unnecessary change

This commit is contained in:
Alex Dima 2020-02-26 18:19:27 +01:00
parent 6655a9028e
commit 128d4befd8
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0

View file

@ -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", "typescript.tsdk": "./node_modules/typescript/lib"
"vscode-corda.isCordaProject": false
} }