mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
extension test for #5649
This commit is contained in:
@@ -7,6 +7,27 @@
|
||||
"engines": {
|
||||
"vscode": "*"
|
||||
},
|
||||
"contributes": {
|
||||
"configuration": {
|
||||
"configuration": {
|
||||
"type": "object",
|
||||
"title": "Test Config",
|
||||
"properties": {
|
||||
"farboo.config0": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"farboo.nested.config1": {
|
||||
"type": "number",
|
||||
"default": 42
|
||||
},
|
||||
"farboo.nested.config2": {
|
||||
"type": "string",
|
||||
"default": "Das Pferd frisst kein Reis."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "node ./node_modules/vscode/bin/compile -watch -p ./",
|
||||
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:vscode-api-tests ./tsconfig.json",
|
||||
|
||||
Reference in New Issue
Block a user