I think I am loading plugins incorrectly because they don’t seem to recognize files correctly. I’m developing an extension and tried adding plugins to both the browser and project package.json. For example, in my package.json I added a theiaPlugins object and gave it this from an example on theia’s github:
“vscode-builtin-python”: “https://open-vsx.org/api/vscode/python/1.39.1/file/vscode.python-1.39.1.vsix”
The IDE still thinks my python file is plain text (you can see from the “plain text” label in the status bar). Same with GO.
How do I load language plugins?
[original thread by shortwavedave]