You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the "validate PWA" option:
I can add my existing manifest.json file, but the serviceWorker.ts is just grey
When I'm using the sidebar, I can select my "serviceWorker.ts" file but nothing happened.
I tried to create a serviceWorker2.ts with just import { precacheAndRoute } from 'workbox-precaching/precacheAndRoute'; precacheAndRoute([{"revision":"56c0643d438746f025130b884697fcd1","url":"index.css"}]);
But this file was not accepted by PWA Studio either...
PS: if you need more context, the project I'm working with is the only repo I have on my github account
What do you expect to happen?
I expected that one of my serviceworker file would be taken into account. I really have no suggestion on how to fix the issue
What version of VS Code are you using?
VS Code Stable
Relevant log output
No response
Are you using the latest version of the VS Code extension?
I am using the latest version of the VS Code extension
The text was updated successfully, but these errors were encountered:
What happened?
Hello,
When using the "validate PWA" option:


I can add my existing manifest.json file, but the serviceWorker.ts is just grey
When I'm using the sidebar, I can select my "serviceWorker.ts" file but nothing happened.

I tried to create a serviceWorker2.ts with just
import { precacheAndRoute } from 'workbox-precaching/precacheAndRoute'; precacheAndRoute([{"revision":"56c0643d438746f025130b884697fcd1","url":"index.css"}]);
But this file was not accepted by PWA Studio either...
PS: if you need more context, the project I'm working with is the only repo I have on my github account
What do you expect to happen?
I expected that one of my serviceworker file would be taken into account. I really have no suggestion on how to fix the issue
What version of VS Code are you using?
VS Code Stable
Relevant log output
No response
Are you using the latest version of the VS Code extension?
The text was updated successfully, but these errors were encountered: