summaryrefslogtreecommitdiff
path: root/.vscode
AgeCommit message (Collapse)AuthorFiles
2023-06-03[chore] Update versions, fix lint errors (#1860)Libravatar tobi1
2023-02-25[chore] Update vscode launch configuration (#1556)Libravatar Daenney1
In order to get testrig we have to build with the debugenv tag and run with the DEBUG environment variable. Since this is a Debug build this also updates the launch configuration name to reflect that. We do not build with `-ldflags="-s -w"` since that strips debug info. This makes it possible to launch GtS from VS Code in debug mode, set breakpoints in the editor etc.
2023-01-25[chore] Settings refactor fix4 (#1383)Libravatar f0x521
* fix error handling behavior in emoji overview and FormWithData components * css: long domain cutoff * unused require * eslint vscode task
2022-06-08[feature] add vscode workspace config for linting + debugging (#588)Libravatar f0x522
* vscode workspace config for debug run + linting * ignore debug build file