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:
@@ -15,7 +15,5 @@ Route::get('/test-bundle-facade', function() {
|
||||
// All RSX routes are handled through the 404 exception handler
|
||||
// This allows Laravel routes to have priority
|
||||
|
||||
// IDE Helper endpoints - provide symbol resolution for VS Code extension
|
||||
// These use the traditional Laravel controller for complex manifest lookups
|
||||
Route::get('/_idehelper', [\App\RSpade\Ide\Helper\Ide_Helper_Controller::class, 'resolve_class']);
|
||||
Route::get('/_idehelper/js_lineage', [\App\RSpade\Ide\Helper\Ide_Helper_Controller::class, 'js_lineage']);
|
||||
// Note: IDE Helper endpoints have been migrated to /_ide/service/* (standalone handler.php)
|
||||
// This provides better performance by bypassing Laravel for IDE integration requests
|
||||
Reference in New Issue
Block a user