Skip to content

Commit

Permalink
Merge pull request #895 from UKGovernmentBEIS/feature/vscode-terminal…
Browse files Browse the repository at this point in the history
…-options

vscode: enable option selection in osx terminal
  • Loading branch information
dragonstyle authored Nov 24, 2024
2 parents 8f7ff70 + cb1961a commit 615ef65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions tools/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.42

- Improve support for selecting text in the full screen terminal

## 0.3.41

- Add `Copy Path` context menu to activity bar logs panel
Expand Down
7 changes: 5 additions & 2 deletions tools/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": {
"name": "UK AI Safety Institute"
},
"version": "0.3.41",
"version": "0.3.42",
"license": "MIT",
"homepage": "https://inspect.ai-safety-institute.org.uk/",
"repository": {
Expand Down Expand Up @@ -144,7 +144,7 @@
"command": "inspect.logListingCopyLogPath",
"title": "Copy Path",
"enablement": "workspaceFolderCount != 0"
},
},
{
"command": "inspect.logListingReveal",
"title": "Reveal Log Listing",
Expand Down Expand Up @@ -256,6 +256,9 @@
}
}
},
"configurationDefaults": {
"terminal.integrated.macOptionClickForcesSelection": true
},
"viewsContainers": {
"activitybar": [
{
Expand Down

0 comments on commit 615ef65

Please sign in to comment.