fix: dotnet

This commit is contained in:
Philipp Hochkamp 2022-12-29 17:55:56 +01:00
parent d1394482e4
commit c3d496e034
7 changed files with 27 additions and 5 deletions

View file

@ -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"],