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