Skip to content

Commit

Permalink
remove unused settings for testing (eclipse-lemminx#378)
Browse files Browse the repository at this point in the history
Signed-off-by: Sheng Chen <[email protected]>
  • Loading branch information
jdneo authored and NikolasKomonen committed May 21, 2019
1 parent 427edef commit 0ff9492
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 89 deletions.
28 changes: 0 additions & 28 deletions .vscode/java.test.config

This file was deleted.

28 changes: 0 additions & 28 deletions .vscode/launch.test.json

This file was deleted.

33 changes: 0 additions & 33 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,37 +11,4 @@
"editor.detectIndentation": false,
"editor.tabSize": 4,
"editor.insertSpaces": false,
"java.test.defaultConfig": "config-41b2e8",
"java.test.config": [
{
"run": {
"default": "",
"items": [
{
"name": "lsp4xml",
"projectName": "lsp4xml",
"workingDirectory": "",
"args": [],
"vmargs": [],
"preLaunchTask": ""
}
]
},
"debug": {
"default": "",
"items": [
{
"name": "lsp4xml",
"projectName": "lsp4xml",
"workingDirectory": "",
"args": [],
"vmargs": [],
"preLaunchTask": ""
}
]
},
"name": "config-41b2e8"
}
]

}

0 comments on commit 0ff9492

Please sign in to comment.