diff --git a/tools/vscode/CHANGELOG.md b/tools/vscode/CHANGELOG.md index 5f150c0d7..23c42cbd9 100644 --- a/tools/vscode/CHANGELOG.md +++ b/tools/vscode/CHANGELOG.md @@ -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 diff --git a/tools/vscode/package.json b/tools/vscode/package.json index 239a793d6..76a52a839 100644 --- a/tools/vscode/package.json +++ b/tools/vscode/package.json @@ -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": { @@ -144,7 +144,7 @@ "command": "inspect.logListingCopyLogPath", "title": "Copy Path", "enablement": "workspaceFolderCount != 0" - }, + }, { "command": "inspect.logListingReveal", "title": "Reveal Log Listing", @@ -256,6 +256,9 @@ } } }, + "configurationDefaults": { + "terminal.integrated.macOptionClickForcesSelection": true + }, "viewsContainers": { "activitybar": [ {