chore(vscode): update to 1.55.2
This commit is contained in:
@ -20,23 +20,6 @@
|
||||
"dependencies": {
|
||||
"vscode-nls": "^5.0.0"
|
||||
},
|
||||
"contributes": {
|
||||
"configuration": {
|
||||
"title": "Testing",
|
||||
"properties": {
|
||||
"testing.enableCodeLens": {
|
||||
"description": "%config.enableCodeLens%",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"testing.enableProblemDiagnostics": {
|
||||
"description": "%config.enableProblemDiagnostics%",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:testing-editor-contributions ./tsconfig.json"
|
||||
},
|
||||
|
@ -14,6 +14,6 @@
|
||||
"state.passed": "Passed",
|
||||
"state.passedWithDuration": "Passed in {0}",
|
||||
|
||||
"config.enableCodeLens": "Whether code lens on test cases and suites should be visible",
|
||||
"config.enableCodeLens": "Whether CodeLens on test cases and suites should be visible.",
|
||||
"config.enableProblemDiagnostics": "Whether test failures should be reported in the 'problems' view and show as errors in the editor."
|
||||
}
|
||||
|
Reference in New Issue
Block a user