Skip to content

Commit 2d976dc

Browse files
committed
change icon from check to clippy for copy feedback
1 parent bee7fbe commit 2d976dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
"command": "python-envs.copyEnvPathCopied",
283283
"title": "%python-envs.copyEnvPathCopied.title%",
284284
"category": "Python Envs",
285-
"icon": "$(check)"
285+
"icon": "$(clippy)"
286286
},
287287
{
288288
"command": "python-envs.copyProjectPath",
@@ -294,7 +294,7 @@
294294
"command": "python-envs.copyProjectPathCopied",
295295
"title": "%python-envs.copyProjectPathCopied.title%",
296296
"category": "Python Envs",
297-
"icon": "$(check)"
297+
"icon": "$(clippy)"
298298
},
299299
{
300300
"command": "python-envs.terminal.revertStartupScriptChanges",

0 commit comments

Comments
 (0)