Add attachDebugger and executeCurrentStatement icons for both UIs for PyCharm

GitOrigin-RevId: 7b08956bbb5f0ff8c83b62d9d4236379eee51f0a
This commit is contained in:
Dima Golovkov
2023-10-05 16:20:48 +03:00
committed by intellij-monorepo-bot
parent 7939f32a26
commit ceb5d97209
10 changed files with 44 additions and 0 deletions

View File

@@ -9,8 +9,10 @@
"stepIntoMyCode.svg": "icons/com/jetbrains/python/debug/StepIntoMyCode.svg"
},
"anaconda.svg": "icons/com/jetbrains/python/anaconda.svg",
"attachDebugger.svg": "icons/com/jetbrains/python/attachDebugger.svg",
"commandQueue.svg": "icons/com/jetbrains/python/commandQueue.svg",
"condaEnv.svg": "icons/com/jetbrains/python/condaenv.svg",
"executeCurrentStatement.svg": "icons/com/jetbrains/python/executeCurrentStatement.svg",
"function.svg": "icons/com/jetbrains/python/function.svg",
"python.svg": "icons/com/jetbrains/python/python.svg",
"pythonClosed.svg": "icons/com/jetbrains/python/pythonClosed.svg",