-
Hi,
not sure if this is the correct area or if this should go into languageserver.
Could we consider to provide fenced code block support for markdown? ref https://github.com/mjbvz/vscode-fenced…
-
Xtext 2.26.0 appears to have changed or removed some highlighting API used by SADL. When SADL is installed in Eclipse 2021-12 with Xtext 2.25.0, it can open and highlight a SADL file. When SADL is i…
tuxji updated
10 months ago
-
It is very useful to have a state for each token, for example inside behaviours. It is often we need to know state instead of token type, because we can have state-depended behaviour. Is it too expens…
-
Issue Type: Bug
Create a new C# console program and add this code:
```csharp
using System;
namespace test
{
class Program
{
static void Main(string[] args)
{
…
-
hi, where/how do i configure
```
ViewDescriptorService.getViewContainersByLocation is not supported. You are using a feature without registering the corresponding service override.
at ViewDes…
-
### Problem
The tree-sitter CLI is currently configured through `package.json`, which increases its coupling with Node.js.
### Expected behavior
The configuration should be moved to a dedicat…
-
Hello! Just started using this plugin, thanks for your work here.
The parser seems to break when you provide a single quote with no "closing" single-quote. I put "closing" in quotes because, in the…
-
It looks like new used to be keyword.control.cpp. Now it is keyword.operator.memory.new.cpp. Is this intentional? If it's intentional, we can add the it into the themes in VS Code, but ideally there w…
-
Does it work with the latest versions of Vue and Vite?
**package.json**
```
"dependencies": {
"vue": "^3.4.37"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"me…
-
.NET Interactive notebooks allows different cell languages via the language selector in the bottom right of the cell. Currently the only allowable values are languages that have been pre-registered w…