While debugging, my custom language extension for VSCode is functioning perfectly. However, once installed, the VSIX doesn't seem to include any TypeScript features. When I open the correct file extension type, it highlights everything and displays the scripting language in the corner of VSCode without visible errors, but that's the extent of its functionality.
I find it strange because I have checked the installed folder, ran npm install, added a .vscode folder, included a launch.json file, and successfully executed the compiled JavaScript in debug mode, all of which works flawlessly!
I'm puzzled by this issue. Does anyone have any insights into what might be causing it? You can access my project code here: https://github.com/AgileBIM/FabCOD