Improved Visual Studio Code support
This commit is contained in:
parent
accae48297
commit
ea19c6b822
4 changed files with 10 additions and 29 deletions
13
examples/.vscode/launch.json
vendored
13
examples/.vscode/launch.json
vendored
|
@ -1,19 +1,6 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "java",
|
||||
"name": "PropertyFileExampleBuild",
|
||||
"request": "launch",
|
||||
"mainClass": "com.example.PropertyFileExampleBuild",
|
||||
"projectName": "examples_dbdc9d4b"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Run Main",
|
||||
"request": "launch",
|
||||
"mainClass": "com.example.PropertyFileExampleMain"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Run Tests",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue