Files
GoakeFlax/GoakeFlax.code-workspace
2022-03-21 19:01:28 +02:00

20 lines
357 B
Plaintext

{
"settings": {
"typescript.tsc.autoDetect": "off",
"npm.autoDetect": "off",
"gulp.autoDetect": "off",
"jake.autoDetect": "off",
"grunt.autoDetect": "off",
"omnisharp.defaultLaunchSolution": "GoakeFlax.sln"
},
"folders": [
{
"name": "GoakeFlax",
"path": "."
},
{
"name": "Flax",
"path": "C:\\dev\\Flax\\Flax_master"
}
]
}