vscode-plugin
vscode-plugin copied to clipboard
VS Code plugin that suggests code blocks as you type and check for errors. Works for JavaScript, TypeScript, Python, Java, Scala, Ruby, PHP, Apex, Docker
### Changes - Removed the capability check for `textDocument/publishDiagnostics` for multiple reasons - diagnostics is the fundamental feature of the Rosie Language Server, so integration in a client that doesn't...
### Changes - Updated the `outfile` path in `esbuild-base` script because the client side files are compiled to /out and not /client/out. - Added some entries to .vscodeignore based on...