@zentryc5t/ts-plugin-for-bruno
v3.0.3
Published
This directory provides an `npm` package for a Typescript language service plugin, that allows the Typescript server to handle code blocks from `Bruno` files just like real Javascript code. `Bruno` is an open source API client, see [online docs](https://d
Readme
About the package
This directory provides an npm package for a Typescript language service plugin, that allows the Typescript server to handle code blocks from Bruno files just like real Javascript code. Bruno is an open source API client, see online docs for more infos.
Disclaimer: All Bruno names, brands, trademarks, service marks and logos are the property of Bruno.
Main Features
Only some of the intellisense features for Bruno files are provided by this npm package. For a fuller set of intellisense features, you can use the VS Code extension, that is built from the root folder of this git repository.
Debugging
For using the local TS plugin within the VS Code extension, please follow these steps:
- Replace the
namein the base package.json for thetypescriptServerPluginscontibution field with the nametypescript-for-bruno. - In the base tsconfig.json replace the value for the
pluginsfield with the commented out plugins value. - Use the launch configuration
Run Extension With local TS pluginfor launching the extension
