mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2026-02-01 11:00:16 +07:00
got this pretty solidly setup now
This commit is contained in:
14
project_name.code-workspace
Normal file
14
project_name.code-workspace
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "project_name"
|
||||
},
|
||||
{
|
||||
"path": "Nez.FNA/Nez/Nez.Portable"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"omnisharp.autoStart": true,
|
||||
"csharp.referencesCodeLens.enabled": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user