mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2025-10-31 21:50:44 +07:00
14 lines
196 B
Plaintext
14 lines
196 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "project_name"
|
|
},
|
|
{
|
|
"path": "Nez.FNA/Nez/Nez.Portable"
|
|
}
|
|
],
|
|
"settings": {
|
|
"omnisharp.autoStart": true,
|
|
"csharp.referencesCodeLens.enabled": false
|
|
}
|
|
} |