This commit is contained in:
Martin Aeschlimann
2021-08-20 12:04:49 +02:00

View File

@ -16,14 +16,6 @@
"workspaceContains:*.md"
],
"main": "./out/extension.js",
"contributes": {
"commands": [
{
"command": "test-provider-sample.runTests",
"title": "Custom Run Tests"
}
]
},
"prettier": {
"printWidth": 120,
"singleQuote": true,