Fix code quality violations and add VS Code extension features
Fix VS Code extension storage paths for new directory structure Fix jqhtml compiled files missing from bundle Fix bundle babel transformation and add rsxrealpath() function 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -297,7 +297,7 @@ return [
|
||||
'desktop.ini', // Windows folder settings
|
||||
'.gitkeep', // Git empty directory markers
|
||||
'.gitattributes', // Git attributes config
|
||||
'_rsx_helper.php', // IDE helper stubs (auto-generated)
|
||||
'._rsx_helper.php', // IDE helper stubs (auto-generated)
|
||||
],
|
||||
],
|
||||
|
||||
@@ -345,7 +345,7 @@ return [
|
||||
'webpack.config.js',
|
||||
'webpack.mix.js',
|
||||
'_ide_helper.php', // Laravel IDE Helper
|
||||
'_rsx_helper.php', // RSX IDE Helper
|
||||
'._rsx_helper.php', // RSX IDE Helper
|
||||
'.phpstorm.meta.php', // PhpStorm metadata
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user