{
"editor.rulers": [
100
],
"editor.linkedEditing": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"editor.unicodeHighlight.allowedLocales": {
"tr": true
},
"files.insertFinalNewline": true,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"terminal.integrated.defaultProfile.linux": "fish",
"[oraclesql]": {
"editor.suggest.showSnippets": true,
"editor.quickSuggestions": {
"comments": "on",
"strings": "on",
"other": "on"
}
},
"github.copilot.editor.enableAutoCompletions": true,
"mypy.runUsingActiveInterpreter": true,
"debugpy.debugJustMyCode": false,
"editor.formatOnSave": true,
"[html]": {
"editor.defaultFormatter": "monosans.djlint"
},
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"python.envFile": "",
}
Type: Bug
Behaviour
When I launch a new terminal in vscode, my .env variables are incorrectly read.
Steps to reproduce:
ORACLE_DB_CONN_STR=oracle+oracledb://user:password@(DESCRIPTION=(LOAD_BALANCE=on)(FAILOVER=ON)...)ORACLE_DB_CONN_STR=oracle+oracledb://user:password@(DESCRIPTIONdjango-environ,python-dotenvand they are working fine if there is no auto-load from the python extension."python.envFile": "",in my settings.json file.launch.jsonconfigurationExtension version: 2024.10.0
VS Code version: Code 1.93.1 (38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40, 2024-09-11T17:20:05.685Z)
OS version: Linux x64 6.10.10-arch1-1
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
webnn: disabled_off
A/B Experiments