VBS-VSCode
VBS-VSCode copied to clipboard
VSCode VBScript language extension
**Describe the bug** In the Chinese version of Windows10, the debugging console is garbled. Debug Console Display: Microsoft (R) Windows Script Host Version 5.812 ��Ȩ����(C) Microsoft Corporation����������Ȩ���� - OS: [e.g....
Type: Feature Request Hi, I had found an extension for VBA code that allowed me to have visibility over the "Strucutre" list and that proposed the names of existing variables...
- Issue Type: `Performance` - Extension Name: `vbsvscode` - Extension Version: `1.2.1` - OS Version: `Darwin x64 22.1.0` - VS Code version: `1.77.3` :warning: Make sure to **attach** this file...
According to the Readme this extension is developed to aid VBS development in medico klido. Is there a way to interface with medico? The only method I have found to...
Was wondering if you can modify it to work with VBA as well as VBS. I know the language is slightly different, but it might be close enough.
I'm working with a large project that has inline vbscript in html files. I've set html files to be associated to vbscript in my `settings.json` file: `"files.associations": {"*.html": "vbs"},` I'm...
Hi, The extension seems to crash after a few minutes. The CPU load is very high. Reinstalling did not help. An older version of VSCode (1.60) did not help either....
Debugging support would be a create feature but a lot of work to do, and maybe impossible due to some limitations - [ ] [Understanding VSCode Debug System](https://code.visualstudio.com/api/extension-guides/debugger-extension) - [...
**Describe the bug** It would be awesome if this extension supported .wsf files - specifically .wsf files with embedded and linked VBScript. **Code** N/A **To Reproduce** Open a .wsf file...
Is it possible for you to add "folding" support? For example, in PowerShell, I can write: #region Foo Some Code here Some More Code Here .... 100 Lines Later #endregion...