mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-22 09:47:47 +00:00
chore(vscode-ide-companion): refactor directory structure
This commit is contained in:
@@ -46,8 +46,8 @@ const cssInjectPlugin = {
|
||||
|
||||
let css = await fs.promises.readFile(args.path, 'utf8');
|
||||
|
||||
// For ClaudeCodeStyles.css, we need to resolve @import statements
|
||||
if (args.path.endsWith('ClaudeCodeStyles.css')) {
|
||||
// For styles.css, we need to resolve @import statements
|
||||
if (args.path.endsWith('styles.css')) {
|
||||
// Read all imported CSS files and inline them
|
||||
const importRegex = /@import\s+'([^']+)';/g;
|
||||
let match;
|
||||
|
||||
Reference in New Issue
Block a user