You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you change your environment variables in the terminal during development(e.g. `export DATABASE_PASSWORD='XYZ'`), you must restart the language server for the changes to take effect. You can do this by running the following command in the terminal:
172
+
If you change your environment variables in the terminal during development(e.g. `export DATABASE_PASSWORD='XYZ'`), you must restart the language server for the changes to take effect. You can do this by running the following command in the terminal:
173
173
174
174
1.`Cmd +Shift + P` (`Ctrl + Shift + P` in case of Windows) to start the VSCode command bar
0 commit comments