feat: add DSH IDE open-file references

This commit is contained in:
2026-08-17 11:52:48 +08:00
commit d96c11ae3d
42 changed files with 6991 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": 1,
"instanceId": "sample-vscode-instance",
"ide": "vscode",
"processId": 1234,
"workspace": "F:\\project",
"updatedAt": "2026-01-01T00:00:00.000Z",
"documents": [
{ "path": "F:\\project\\src\\main.ts", "label": "main.ts", "dirty": false }
]
}