fix: dotnet
This commit is contained in:
parent
d1394482e4
commit
c3d496e034
7 changed files with 27 additions and 5 deletions
|
|
@ -5,7 +5,6 @@
|
|||
"python.linting.enabled": true,
|
||||
"html.format.enable": true,
|
||||
"html.suggest.html5": true,
|
||||
"html.suggest.ionic": true,
|
||||
"html.validate.html": true,
|
||||
"html.validate.styles": true,
|
||||
"diagnostic-languageserver.mergeConfig": true,
|
||||
|
|
@ -37,6 +36,13 @@
|
|||
"nix"
|
||||
]
|
||||
},
|
||||
"csharp-ls": {
|
||||
"command": "csharp-ls",
|
||||
"filetypes": [
|
||||
"cs",
|
||||
"razor"
|
||||
]
|
||||
},
|
||||
"terraform": {
|
||||
"command": "terraform-ls",
|
||||
"args": ["serve"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue