Add config files
Headless CI Tests / build (push) Has been cancelled
Run LinkedWarrantTest / build (push) Has been cancelled
Run Separate Tests / build (push) Has been cancelled
Static Analysis Java25 / build (push) Has been cancelled
Static Analysis / build (push) Has been cancelled
Typescript Check / tsc (push) Has been cancelled
Windows Java25 CI Tests / build (push) Has been cancelled
Windows CI Tests / build (push) Has been cancelled
Headless CI Tests / build (push) Has been cancelled
Run LinkedWarrantTest / build (push) Has been cancelled
Run Separate Tests / build (push) Has been cancelled
Static Analysis Java25 / build (push) Has been cancelled
Static Analysis / build (push) Has been cancelled
Typescript Check / tsc (push) Has been cancelled
Windows Java25 CI Tests / build (push) Has been cancelled
Windows CI Tests / build (push) Has been cancelled
This commit is contained in:
Vendored
+25
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"java.configuration.updateBuildConfiguration": "automatic",
|
||||
"java.dependency.packagePresentation": "hierarchical",
|
||||
"java.test.config": [
|
||||
{
|
||||
"name": "JMRI",
|
||||
"workingDirectory": "${workspaceFolder}",
|
||||
"vmargs": [
|
||||
"-Duser.language=en",
|
||||
"-Duser.region=US",
|
||||
"-Djmri.prefsdir=${workspaceFolder}/temp",
|
||||
"-Djmri.shutdownmanager=jmri.util.MockShutDownManager"
|
||||
]
|
||||
}
|
||||
],
|
||||
"java.test.defaultConfig": "JMRI",
|
||||
"java.format.settings.profile": "JMRI",
|
||||
"java.format.settings.url": ".settings/org.eclipse.jdt.core.prefs",
|
||||
"files.exclude": {
|
||||
"**/.classpath": true,
|
||||
"**/.project": true,
|
||||
"**/.settings": true,
|
||||
"**/.factorypath": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user