Update npm packages to latest versions
Fix JavaScript sourcemap paths to show full file locations Implement --build-debug flag and complete Build UI streaming Add xterm.js terminal UI and fix asset path routing Add RSpade Build UI service with WebSocket support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
5
node_modules/@jqhtml/vscode-extension/out/componentIndex.js
generated
vendored
5
node_modules/@jqhtml/vscode-extension/out/componentIndex.js
generated
vendored
@@ -98,11 +98,6 @@ class JqhtmlComponentIndex {
|
||||
const files = yield vscode.workspace.findFiles(new vscode.RelativePattern(folder, '**/*.jqhtml'), new vscode.RelativePattern(folder, '**/node_modules/**'));
|
||||
allFiles.push(...files);
|
||||
}
|
||||
// Debug: Log all discovered files
|
||||
console.log(`JQHTML: Found ${allFiles.length} .jqhtml files to index:`);
|
||||
allFiles.forEach(uri => {
|
||||
console.log(` - ${uri.fsPath}`);
|
||||
});
|
||||
// Index each file
|
||||
const promises = allFiles.map(uri => this.indexFile(uri));
|
||||
yield Promise.all(promises);
|
||||
|
||||
Reference in New Issue
Block a user