-
Note that this may require an install script for extensions.
References:
- https://code.visualstudio.com/docs/getstarted/settings
- https://code.visualstudio.com/docs/editor/settings-sync
- http…
-
Now that VSCode is on Electron 28 which has ESM support, the loaders need to be updated similarly to allow for extensions to be written in ESM
https://github.com/microsoft/vscode/issues/130367#issuec…
-
I am unable to run any MATLAB files in VScode with the MATALB extension for VScode. The error I get seems to suggest it is an error due to erroneous MATLAB PATH, but I have double-triple checked the …
-
```dafny
datatype D = C0
method foo(d: D, s: string) returns (resD: D, resS: string)
ensures old(d) == resD
ensures old(s) == resS
{
return (d,s);
}
```
Callstack: https://g…
-
**Describe the bug**
Any VSCode instance installed under Nix cannot access the extensions marketplace.
This happens regardless of:
* exact vscode version (my system copy of vscode is 1.48, and cann…
-
While trying to debug vscode plugin issues it would be nice to have kernel, Stencila Cloud and other activities optinally logged to the extension Application Support directory.
-
How can I stop the C# extension from connecting to internet and sending/receiving data without my permission, I disabled all telemetry options in VSCode and disabled auto-updating for extensions but I…
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](ht…
-
IAM Identity Center has [added support](https://docs.aws.amazon.com/singlesignon/latest/userguide/customermanagedapps-saml2-oauth2.html) for an `authorization_code` grant instead of the `device_code` …
-
Huawei has a lot of existing vscode extensions which they want to integrate into the IDE. These artifacts need to be downloaded on build and packaged with the application.