visual-studio-codevscode-extensions

Why my language extension is only available in the user folder workspace?


I have created my first language extension in vsc (macos 14.7.5 Sonoma) using "yo code" in Terminal.

The folder has been correctly created in my users folder. I have moved that folder to ~/.vscode/extensions

If I open my users folder as a workspace in vsc, I can install and use my language extension.

But if I open another users subfolder, my language is not installed and not available.

What am I doing wrong?

Visual Studio Code Extensions Screenshot

Terminal yo code

My intention is to use my language extension when I open any file of the workspace ~/Documents/Trevliga Spel/Scripts

I have reinstalled vsc after removing all vsc data but it didn't work.


Solution

  • fixed using vsce package in terminal