-
Take the concept of the playground, and remove our custom UI - have that run inside vscode.dev.
Proof of concept: https://github.com/orta/vscode-typescript-playground
-
First of all, thank you very much for creating this awesome plugin. This is very very helpful for me cause `prettier-plugin-erb` is not working well.
I had a bit of trouble getting this plugin to…
-
The next major thing for Lapce is plugin support. The plugin system is a critical part of a good code editor. We'd like Lapce's plugin API to be as flexible as possible.
To start with, it would be…
-
Hi! I got the error after running `import vispy`:
```
[1] 9839 segmentation fault python test.py
```
The `test.py` only contains
```python
import vispy
print('working')
assert 0
```
…
-
**Is your feature request related to a problem? Please describe.**
Vsocde allows for language level configuration like:
```
{
"[python]": {
"editor.codeActionsOnSave": {
"source.orga…
-
As noted in the other thread: the gnucobol extension seems to miss a bunch of features that are available with this extension.
I would like to stay with the cobol extension, also when doing checks …
-
I CAN get eslint to work in my projects if I run:
`npm i -D eslint@7.32.0`
However, all of the newest versions of frameworks don't support this version. Angular and Sveltekit, for example, now u…
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version:
版本: 1.71.2 (user setup)
提交: 74b1f979648cc44d385a2286793c226e611f59e7
日期: 2022-09-14T21:03:3…
-
Type: Bug
The login step in browser is good, and successfull, but when redirect to vscode, vscode can also recive the redirect request, because it will pop up a window to ask me if allow it, but af…
-
Type: Bug
# Behaviour
I participated in some projects that use python version 2.7 and the Pyramid framework. As all my environments are managed through miniconda3, I just create the specific env…