dotenv-vscode icon indicating copy to clipboard operation
dotenv-vscode copied to clipboard

Add auto-cloaking, auto-completion, in-code secret peeking, and more to VSCode.

Results 36 dotenv-vscode issues
Sort by recently updated
recently updated
newest added

When I just want to look at the environment variables in my `.env` file and want to `Toggle auto-cloaking` to `off`, I click and none of my environment variables are...

This happens on my other devices, I don't know if I'm missing something (my NodeJs project currently doesn't have dotenv package installed) file .env ![image](https://github.com/dotenv-org/dotenv-vscode/assets/145310180/bef4ec8a-78bd-4ef5-bea2-6d331ff5e68a) file index (even after restart...

I have a file called `.env.local` with some variables inside. In a TypeScript file when I type `process.env.` the variables from the `.env.local` file don't show up. Would that be...

Instead of associating a list of file extensions starting with `.env` with the `dotenv` language, The `dotenv` language is now associated with the `.env*` filename pattern. This also removes the...

I have a `.vscode/settings.json` in my workspace: ```json // (workspace) .vscode/settings.json { "files.associations": { "*.css": "postcss", }, } ``` but In my user `settings.json`, I didn't set the file associations:...

Not sure if something broke with my configuration, but this ruins the point of a cloaking feature, and I would recommend removing it if it can't be solved as it...

This would be a great addition. Currently only https://github.com/IronGeek/vscode-env supports it.

Allow using a setting similar to the one below to associate a custom file as a `dotenv` file: ```json { "dotenv.files.associations": { "**/.env.d/*": "dotenv", }, } ```

`dotenv pull` pulls an unencrypted `.env` file to the local file system. While this file could be git-ignored, it would still contain secrets in plaintext sitting on the file system....

Hey, It looks like your extension is adding some garbage to my config. Please stop this. Reloading with zero extensions: ![image](https://github.com/dotenv-org/dotenv-vscode/assets/10495562/ddb09c6e-c029-4f6e-a75d-a96fe5d92baa) Enabling this extension: ![image](https://github.com/dotenv-org/dotenv-vscode/assets/10495562/ee6008c7-5747-4dd7-baea-7d08351593c4)