Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 2592

What are your major pains with the VSCode extension?

$
0
0

related to vscode not extension but vscode can group related files together like folders, maybe the vscode extension could set the .vscode config via command or popup confirmation based on rescript.json

    "explorer.fileNesting.enabled": true,
    "explorer.fileNesting.expand": false,
    "explorer.fileNesting.patterns": {
        "*.res": "$(capture).res.js, $(capture).res.ts",
    }

image


Viewing all articles
Browse latest Browse all 2592

Trending Articles