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",
}
