I am investigating a message when trying to use Jinja with Remote - WSL.
For both the Jinja and Better Jinja extensions, a user brought to my attention they are getting the message Extension is enabled locally and disabled on 'WSL', as shown below:
I was able to repro this by downloading the extensions in VS Code, and I noticed they didn't come up with the usual green prompt Install in WSL: Ubuntu:
I used the cloud button to install the extensions in WSL in a different way:
I then ended up with the same Extension is enabled locally and disabled on 'WSL' message.
When investigating, I was told that since this extension only contains declarations (defining new language configurations and grammars for syntax highlighting), when installing it, we just install it locally and it should always be available for both local and remote windows.
I am investigating a message when trying to use Jinja with Remote - WSL.
For both the Jinja and Better Jinja extensions, a user brought to my attention they are getting the message
Extension is enabled locally and disabled on 'WSL'
, as shown below:I was able to repro this by downloading the extensions in VS Code, and I noticed they didn't come up with the usual green prompt
Install in WSL: Ubuntu
:I used the cloud button to install the extensions in WSL in a different way:
I then ended up with the same
Extension is enabled locally and disabled on 'WSL'
message.When investigating, I was told that since this extension only contains declarations (defining new language configurations and grammars for syntax highlighting), when installing it, we just install it locally and it should always be available for both local and remote windows.