Merge branch 'main' into vscode-client-factory

This commit is contained in:
Simon Knott
2025-08-13 11:17:37 +02:00
parent 7a814d5cd4
commit cc61b67c14
38 changed files with 232 additions and 270 deletions

View File

@@ -19,7 +19,7 @@ import path from 'path';
import { pathToFileURL } from 'url';
import { test, expect } from './fixtures.js';
import { createHash } from '../src/utils.js';
import { createHash } from '../src/utils/guid.js';
const p = process.platform === 'win32' ? 'c:\\non\\existent\\folder' : '/non/existent/folder';