Commit Graph

9 Commits

Author SHA1 Message Date
Andrew Montagne
f404ea039d Adds Test & Integration Test commands to the Visual Studio Code configuration (#32705)
Adds the test commands to the vscode configuration.
2025-04-18 13:49:36 +10:00
TemporalOroboros
3091893055 Fix msCompile problem matcher on VScode on Windows (#31068)
Either VSCode's integrated shell or dotnet has a default behaviour where it inserts newlines into stdout/stderr to make the lines wrap at the console width. Since msCompile works based on lines this makes it fail to detect build warnings correctly. Depending on where the line break occurs this can result in a truncated error message, a correct error message with a truncated filepath for the error, or the errror just straight up missing.
Adding 'ForceNoAlign' to the logging parameters for dotnet build disables this behaviour and gives msCompile actually useful input to sift for errors. End result is all the errors are detected and listed with the correct error messages and filepaths.
2024-08-16 23:33:16 -07:00
Alex Pavlenko
ac87f7a977 feat: allow developers to customize vscode settings, closes #29285 (#29294) 2024-07-03 11:37:40 -04:00
deathride58
30ff5fde69 Adds a vscode launch option for starting the client in the compatibility renderer (#22904)
adds a vscode launch option to start the client with the compatibility renderer
2023-12-23 19:42:14 -08:00
Slava0135
ce54689e0c SpaceStation14.sln as default solution in VSCode (#19844) 2023-09-05 11:30:24 +03:00
Flipp Syder
174b28e62c Adds formatting issue analyzing in Omnisharp (VSCode) (#15809) 2023-04-30 02:26:13 +10:00
Jack Fox
fd94308d31 Add VSCode build files (#6689) 2022-02-13 15:35:50 -07:00
Pieter-Jan Briers
15a0e670ad Fix C# VSCode extension recommendation. 2020-05-01 20:03:42 +02:00
Pieter-Jan Briers
812654fe32 Add VSCode extension recommendations 2020-01-19 19:13:34 +01:00