vscode-js-import icon indicating copy to clipboard operation
vscode-js-import copied to clipboard

intelligent and fast import extension for js or ts in vscode

Results 14 vscode-js-import issues
Sort by recently updated
recently updated
newest added

Hi, what is the setting option to use alias for this condition? > the target file and source file are in same package

/*const CACHE_NAME = 'calculadora-pwa-cache-v1'; const urlsToCache = [ '/', '/index.html', '/style.css', '/script.js' ]; self.addEventListener('install', function(event) { event.waitUntil( caches.open(CACHE_NAME) .then(function(cache) { console.log('Cache opened'); return cache.addAll(urlsToCache); }) ); }); self.addEventListener('fetch', function(event) {...

Hello, I hope this message finds you well. I wanted to bring to your attention an important security concern that I discovered upon cloning the repository. Upon a thorough review,...

Type: Bug Kept making my VS Code crash Extension version: 0.15.5 VS Code version: Code 1.76.0 (Universal) (92da9481c0904c6adfe372c12da3b7748d74bdcb, 2023-03-01T10:23:45.993Z) OS version: Darwin arm64 21.6.0 Modes: Sandboxed: No System Info |Item|Value|...