files.exclude
This commit is contained in:
parent
06b9806fb7
commit
46a90d4d45
@ -69,12 +69,18 @@
|
|||||||
"[xml]": {
|
"[xml]": {
|
||||||
"editor.defaultFormatter": "mikeburgh.xml-format"
|
"editor.defaultFormatter": "mikeburgh.xml-format"
|
||||||
},
|
},
|
||||||
|
"cSpell.words": [
|
||||||
|
"blazorwasm"
|
||||||
|
],
|
||||||
"dotnetAcquisitionExtension.existingDotnetPath": [
|
"dotnetAcquisitionExtension.existingDotnetPath": [
|
||||||
{
|
{
|
||||||
"extensionId": "msazurermtools.azurerm-vscode-tools",
|
"extensionId": "msazurermtools.azurerm-vscode-tools",
|
||||||
"path": "C:\\Program Files\\dotnet\\dotnet.exe"
|
"path": "C:\\Program Files\\dotnet\\dotnet.exe"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"files.exclude": {
|
||||||
|
"**/.git": false
|
||||||
|
},
|
||||||
"remote.SSH.remotePlatform": {
|
"remote.SSH.remotePlatform": {
|
||||||
"192.168.0.73": "linux",
|
"192.168.0.73": "linux",
|
||||||
"192.168.0.34": "linux",
|
"192.168.0.34": "linux",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user