Replies: 3 comments 2 replies
-
| 
         VSCode extensions are providing themes, so you need one (either using the vsix loader to load the vsix directly, or using the   | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         I can add my own theme this way:  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         can i use the filesystemoverride to get registerExtension working in a browser-environment? i tried registering all the files mentioned in the manifest over the filesystemprovider like this:     fileSystemProvider.registerFile(new RegisteredMemoryFile(Uri.file('/workspace/test'), ""));
    fileSystemProvider.registerFile(new RegisteredMemoryFile(Uri.file('/themes/pat-commands-light.json'), JSON.stringify(patCommandsLight)));
    registerFileSystemOverlay(1, fileSystemProvider);
    fileSystemProvider.registerFile(new RegisteredMemoryFile(Uri.file('/themes/pat-commands-light.json'), JSON.stringify(patCommandsLight)));
    registerExtension(manifest)to no avail  | 
  
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Im trying to use a vs-code compatible theme, but dont know an exact way to get it working.
Im using the theme-service-override, but havent found a way to get it to accept my theme. are there any examples out there showing the process?
Beta Was this translation helpful? Give feedback.
All reactions