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

Visual Studio Code integration for Buf.

Results 13 vscode-buf issues
Sort by recently updated
recently updated
newest added

Hi, I am using this plugin and it's good, so let me thank to all contributors~ However, some protos in my projects are not always 'standard' to protobuf (company has...

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.62.0 to 6.19.0. Release notes Sourced from @​typescript-eslint/parser's releases. v6.19.0 6.19.0 (2024-01-15) 🚀 Features eslint-plugin: [prefer-promise-reject-errors] add rule (#8011) eslint-plugin: [no-array-delete] add new rule (#8067) eslint-plugin: [no-useless-template-literals]...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 8.56.0. Release notes Sourced from eslint's releases. v8.56.0 Features 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin) 31a7e3f feat: fix...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.3.3. Release notes Sourced from typescript's releases. TypeScript 5.3.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 10.3.10. Changelog Sourced from glob's changelog. changeglob 10.3.0 Add --default -p flag to provide a default pattern 10.2.0 Add glob cli 10.1.0 Return '.' instead...

dependencies

Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.1 to 10.0.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/mocha&package-manager=npm_and_yarn&previous-version=10.0.1&new-version=10.0.6)](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

This adds support for the recently released https://github.com/bufbuild/buf-language-server. This is based on the [VSCode Language Extension Guide](https://code.visualstudio.com/api/language-extensions/language-server-extension-guide) and the [sample language server client](https://github.com/microsoft/vscode-extension-samples/blob/main/lsp-sample/client/src/extension.ts) implementation.

Auto-import of messages is not working in VS Code with remote packages. Users would like to be able to enter a message name and have VS Code auto-import the full...

One of the biggest points of developer friction when working with protos is regenerating stubs after changing the protos. As quick as the Buf generator is, it would make a...

will the plugin support syntax validation, for example, if I import ``` import "google/api/annotations.proto"; ``` and I don't vendor the third part files, then the buf plugin checks from the...