mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
add FIX_FILE_PATH_CASE to know properties _parse_debug_options (#275)
Fixes #274
This commit is contained in:
parent
474a435b18
commit
095be0116a
1 changed files with 1 additions and 0 deletions
|
|
@ -879,6 +879,7 @@ class VSCodeMessageProcessor(ipcjson.SocketIO, ipcjson.IpcChannel):
|
|||
'WEB_BROWSER_URL': unquote,
|
||||
'DJANGO_DEBUG': bool,
|
||||
'FLASK_DEBUG': bool,
|
||||
'FIX_FILE_PATH_CASE': bool
|
||||
}
|
||||
|
||||
options = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue