Ram Vasuthevan

Results 3 issues of Ram Vasuthevan

This is a 🐛 bug fix. - The test suite passes locally (run `script/cibuild` to verify this) ## Summary Migrated from [deprecated](https://github.com/rubyide/vscode-ruby) [rebornix.Ruby](https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby) to [Shopify.ruby-lsp](https://marketplace.visualstudio.com/items?itemName=Shopify.ruby-lsp) in devcontainer.json ## Context

Currently, if we try to run a task that is not in tasks, we get a non-descriptive error like: ``` (Private-Website) ram@Rams-MacBook-Air ~/c/Private-Website (vstask-to-run-tasks)> vstask Create Traceback (most recent call...

**Name of the lexer** TOML **Code sample** Below is a simple Python TOML Pipfile with a pinned version ```TOML [[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages]...

bugfix-request