docs: record v1 RC tooling compatibility

This commit is contained in:
2026-08-24 15:33:34 -04:00
parent 6df87bc958
commit 74b6213e65
7 changed files with 25 additions and 15 deletions
@@ -7,7 +7,7 @@ const vscode = require('vscode');
async function run() {
const binary = process.env.HIMESAN_TEST_BINARY;
assert.ok(binary && path.isAbsolute(binary), 'HIMESAN_TEST_BINARY must be an absolute Beta 2 candidate path');
assert.ok(binary && path.isAbsolute(binary), 'HIMESAN_TEST_BINARY must be an absolute compatible compiler path');
const folder = vscode.workspace.workspaceFolders?.[0];
assert.ok(folder, 'integration workspace missing');
await vscode.workspace.getConfiguration('sandwichHime', folder.uri).update('himesanPath', binary, vscode.ConfigurationTarget.WorkspaceFolder);