vscode-vlang icon indicating copy to clipboard operation
vscode-vlang copied to clipboard

V Language extension for Visual Studio Code.

Results 47 vscode-vlang issues
Sort by recently updated
recently updated
newest added

I have installed the Vs code extension for V, but when i try to debugging V code , by switching debug tab & clicking on Run & clicking on Run...

enhancement

Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.40.0 to 1.70.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/vscode&package-manager=npm_and_yarn&previous-version=1.40.0&new-version=1.70.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.20.48 to 18.6.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=12.20.48&new-version=18.6.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...

dependencies

Bumps [vscode-languageclient](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/client) from 7.0.0 to 8.0.2. Commits 9d0da3e Publish [email protected] 60d4ecb Make async tests more reliable (#1024) 58749fe Fix typo in doc comment (#1023) 8c4ccaf Fixes #1013: Document diagnostics report...

dependencies

Since Install V extension VScode depends on C/C++ extension to debug,installing the C/C++ extension automatically when V lang extension is installed will improve the developer experience.

Please check this piece of code. It seen the method is not well colored. ```v module main struct Db {} struct User {} struct Post {} fn main() { r...

bug
grammar

Bumps [vscode-tmgrammar-test](https://github.com/PanAeon/vscode-tmgrammar-test) from 0.0.11 to 0.1.1. Release notes Sourced from vscode-tmgrammar-test's releases. v0.1.1 breaking changes: removed '-t' option, now testcases should be specified without it. My bad remove '--scope' option...

dependencies

Resulting code: ```v defer play_game() ``` Compile error: ``` script.v:61:11: error: unexpected name `play_game`, expecting `{` ``` Perhaps the snippet should be `defer { ... }`

in vscode I get v.vls.update command not found when trying to update. v is symlinked and the vls server works in vscode otherwise. How can I help?

duplicate