How to run a Visual Studio Code extension?

Viewed 945

I just installed the Visual Studio Code (v1.52.1) extension "Spelling Checker."

Now how do I use the thing?

I searched all the menus for a command to run this extension, or any extension. I asked Google "how to run a VSC extension" and only got matches that tell me how to install an extension. Apparently extensions are just supposed to run themselves.

There's a whole class of extensions for which that makes sense, such as extensions that add enhancements to editor windows. But there's another whole class of extensions, like this one, for which it makes no sense at all.

How do you run an extension?

1 Answers

Open Visual studio code. Go to extension option. Then click on any extension. After that disconnect your internet. Then it will prompt for install extension manually. Then it will ask to locate that .vsc file. Select that and file and install it.

Related