-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vscode support #43
base: master
Are you sure you want to change the base?
Vscode support #43
Conversation
I've moved comments into a key; comments in JSON are not valid and I prefer to be "strict" about it, even if I think VSCode will strip out comments before to parse file content. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. Non sono supportati a patto di fare come hai fatto tu 👍
Domanda.
Potrebbe essere utile in questo file aggiungere anche
"[ruby]": {
"editor.tabSize": 2
}
Di modo da civilizzare possibili differenze di tabsize?
Solitamente in giro per il mondo questo genere di configurazioni si demandano ad EditorConfig. Potrebbe anche starci di decidere di forzarle per VSCode con le sue specifiche impostazioni, ma è una preferenza che deciderei collettivamente (banalmente non so nemmeno in quanti usino ancora altri editor).
|
Adds support to vscode workflow
New development gems
debase
,ruby-debug-ide
(version agnostic): enable the project to use debugger from https://github.com/rubyide/vscode-ruby.git plugin.solargraph
(version agnostic): enables, through https://github.com/castwide/vscode-solargraph, complete intellisenseIt's up to the developer to install aforementioned plugins into his IDE. Adding a small paragraph to the README about this fact.
VSCode debugger configurations
We'll have a default
.vscode/launch.json
to have control over the integrated debugger by default. I've added a customRSpec - Single spec
config useful for running a single block of specs based on curson position into the editor.