Mike Wright
Mike Wright
**Reason** I had issues getting this to work with the examples in the doc as currently written. It wasn't until I found [this answer on Stack Overflow](https://stackoverflow.com/a/52119508/10577234) where things became...
Per https://code.visualstudio.com/api/references/activation-events#Start-up, the '*' activation event (registered in the `activationEvents` array of `package.json` has a negative impact on performance of VS Code. Need to explore removing this and perhaps expanding...
**Describe the bug** If you are using the _Custom functions and subroutines_ functionality of the extension and you make a change to the file you have configured, IntelliSense is not...
**Is your feature request related to a problem? Please describe.** Currently, `server\src\server.ts` hard codes the language syntax file to use with this line: `filePath = filePath+"/../Syntaxes/MvLanguage.json";` With the requests for...
**Is your feature request related to a problem? Please describe.** Currently, the `client\Syntaxes\MvLanguage.json` file contains MVON# Basic language definition and the `client\Syntaxes\MVON.tmLanguage.json` file contains the MVON# Basic syntax highlighting definition....
**Is your feature request related to a problem? Please describe.** Originally, the hope was that remote file system connectivity could be abstracted to a standard REST representation of the file...
**Describe the bug** @dthiot caught an issue with the latest version (2.0.4) wherein the MVGateway connector no longer works. **To Reproduce** Skipping as Dick has walked @pschellenbach and I through...
**Is your feature request related to a problem? Please describe.** Currently, the `client\Syntaxes\MvLanguage.json` file contains MVON# Basic language definition and the `client\Syntaxes\MVON.tmLanguage.json` file contains the MVON# Basic syntax highlighting definition....
**Is your feature request related to a problem? Please describe.** Currently, the `Syntaxes\MvLanguage.json` file contains MVON# Basic syntax. Ticket #9 addresses jBASE Basic syntax, but we are also looking to...
**Is your feature request related to a problem? Please describe.** The linter does not currently leverage the Code Snippets file, `client\Syntaxes\snippets.json`, to provide suggestions/enforce expected coding practices. **Describe the solution...