Commit Graph

17 Commits

Author SHA1 Message Date
Rylan Polster
842b4ac3d3
Improve VS Code debugger support 2024-08-15 11:47:31 -04:00
Rylan Polster
3b63a7eff4
Add brew debugger command 2024-08-14 22:56:26 -04:00
Mike McQuaid
46bf4d7948
Improve VSCode configuration
- Update outdated and add new recommended extensions
- Exclude some vendored code from search results by default
- Add more VSCode editor settings that are consistent with our linting
- Provide configuration for coverage visualization in VSCode but disable
  it by default
- Add SimpleCov coverage for `eval` and ensure that we always default to
  line coverage in case upstream defaults ever change
2024-08-12 17:36:14 +01:00
apainintheneck
9830c3522c Make ruby-lsp-activate.sh executable
My local shell was ignoring the shebang since it wasn't executable
and trying to load it with fish which failed. Making the script
executable solved that problem.

```console
$ chmod +ux .vscode/ruby-lsp-activate.sh
```
2024-08-11 10:04:36 -07:00
Rylan Polster
1c234c380a
Remove redundant / 2024-08-02 16:13:50 -04:00
Rylan Polster
6badcd929c
Add sorbet vscode configuration 2024-08-02 16:03:49 -04:00
Rylan Polster
b26bf95288
Update Ruby LSP config to install necessary gems automatically 2024-08-02 15:52:58 -04:00
Rylan Polster
9ddde17ea5
Add vscode Ruby LSP config and documentation 2024-08-02 10:44:43 -04:00
Mike McQuaid
857fe1a1e3
vscode/settings: update shellcheck.
VSCode keeps trying to change this file so: let's let it.
2023-12-21 09:59:43 +00:00
Mike McQuaid
3e355a3089
Improve VSCode extensions/settings
- Use more modern and more useful extensions
- Use the Ruby language server as not doing so is deprecated
2023-07-28 11:09:27 +01:00
XuehaiPan
800bd93c5a .vscode: add extension editorconfig 2021-11-08 20:57:52 +08:00
XuehaiPan
fcbf626e4c .vscode: enable shellcheck auto-fix on save 2021-11-08 20:57:52 +08:00
XuehaiPan
0331cbeda3 utils/shfmt.sh: use utils/shfmt.sh as shell script formmatter 2021-11-08 20:57:52 +08:00
XuehaiPan
570fac7f47 .vscode: add extension shellcheck and shell-format 2021-09-15 15:00:20 +08:00
XuehaiPan
3f96d963f7 style: fix inconsistent code style for shell scripts 2021-09-15 14:59:01 +08:00
Mike McQuaid
62d44b5c8a
.vscode: add more settings, extensions. 2021-01-07 13:27:18 +00:00
Rylan Polster
b39c0f71f3
vscode: add configuration 2021-01-07 13:27:18 +00:00