-
Hey,
I spotted that this extension adds `editor.matchBrackets: false` always, which is invalid in VSCode 1.4x.x.
The `editor.matchBrackets` does not accept booleans anymore, but "always", "near", …
-
When publishing buil-in extensions having a version that includes the 'next' word on it,
they are supposed to be marked as 'preview' which allow consumers to easily identify them before consuming …
-
It would be useful to have a standard mechanism for secrets storage. Something like the following
```python
@mod.action_class
class Actions:
def secrets_get(name: str) -> str:
"""Ge…
pokey updated
3 months ago
-
-
(TBD: prepare the list of functions)
-
When the Output Window Services extension is installed in a project via NuGet, it could automatically update the **source.extension.vsixmanifest** file to reference the nested VSIX file.
Open questio…
-
When switching from
```
def foo(a):
return a
```
to (added whitespace after or before the `:`):
```
def foo(a):
return a
```
The function return types inlay hints shortly switch…
-
How do I put absolute Windows path ?
-
### What happened?
My usual build recipe and run scripts do not work after b3680. Something changed in b3681, but I don't know what.
I see this same failure across models and cli flags, so it seem…
-
没有修改任何代码,看了一下, 好像是 `ide-extension-manager` 里没有调用uninstall,