Skip to content

Commit dd860bc

Browse files
committed
Fix bug with triple click on extension id such that only the id will be selected
1 parent b8df129 commit dd860bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/vs/workbench/parts/extensions/electron-browser/media/extensionEditor.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
flex: 1;
3535
padding-left: 20px;
3636
overflow: hidden;
37+
user-select: text;
3738
}
3839

3940
.extension-editor > .header > .details > .title {
@@ -77,6 +78,7 @@
7778
margin-left: 10px;
7879
padding: 0px 4px;
7980
border-radius: 4px;
81+
user-select: none;
8082
}
8183

8284
.extension-editor > .header > .details > .subtitle {

0 commit comments

Comments
 (0)