# VSCode integration stopped working

**URL:** https://discourse.hookproductivity.com/t/vscode-integration-stopped-working/9275
**Category:** Bug Reports
**Created:** [August 12, 2025, 4:00pm UTC](https://discourse.hookproductivity.com/t/vscode-integration-stopped-working/9275 "2025-08-12T16:00:16Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![LFSaw](https://discourse.hookproductivity.com/letter_avatar_proxy/v4/letter/l/c5a1d2/32.png) [@LFSaw](https://discourse.hookproductivity.com/u/LFSaw)
#### Post date: [August 12, 2025, 4:00pm UTC](https://discourse.hookproductivity.com/t/vscode-integration-stopped-working/9275/1 "2025-08-12T16:00:16Z")

</div>

Hello there,

it seems that Hookmark stopped working for me with VSCode.  
I went through [No Linkable Item in … – Hookmark](https://hookproductivity.com/help/hook-window/no-resource-detected/) without avail.

Any help much appreciated.

- Hookmark Version 6.10 (setapp)
- VSCode
  - Version: 1.103.0 (Universal)
  - Commit: e3550cfac4b63ca4eafca7b601f0d2885817fd1f
  - Date: 2025-08-06T21:40:10.271Z
  - Electron: 37.2.3
  - ElectronBuildId: 12035395
  - Chromium: 138.0.7204.100
  - Node.js: 22.17.0
  - V8: 13.8.500258-electron.0
  - OS: Darwin arm64 23.6.0

---

<div class="post-metadata">

### Author: ![bchend](https://discourse.hookproductivity.com/letter_avatar_proxy/v4/letter/b/dbc845/32.png) [@bchend](https://discourse.hookproductivity.com/u/bchend)
#### Post date: [August 12, 2025, 7:49pm UTC](https://discourse.hookproductivity.com/t/vscode-integration-stopped-working/9275/2 "2025-08-12T19:49:13Z")

</div>

Thank you for reporting this issue, @LFSaw .

We have updated the script server with the fix for this issue, script version 376.

Could you please update your Hookmark script and see if the issue is fixed (Hookmark preference window-\>Update-\>Check now)?

Thank you

---

<div class="post-metadata">

### Author: ![LFSaw](https://discourse.hookproductivity.com/letter_avatar_proxy/v4/letter/l/c5a1d2/32.png) [@LFSaw](https://discourse.hookproductivity.com/u/LFSaw)
#### Post date: [August 13, 2025, 6:39am UTC](https://discourse.hookproductivity.com/t/vscode-integration-stopped-working/9275/3 "2025-08-13T06:39:14Z")

</div>

Thanks for looking into this.  
I am now on  
`Hookmark Pro version 6.9 (6231) (Scripts version 376).`  
and Hookmark did again ask through the OS for _accessibility_ permission.  
However the problem persists.

---

<div class="post-metadata">

### Author: ![bchend](https://discourse.hookproductivity.com/letter_avatar_proxy/v4/letter/b/dbc845/32.png) [@bchend](https://discourse.hookproductivity.com/u/bchend)
#### Post date: [August 13, 2025, 3:59pm UTC](https://discourse.hookproductivity.com/t/vscode-integration-stopped-working/9275/4 "2025-08-13T15:59:37Z")

</div>

Is there any error message? Could you please post the screenshot of Hookmark window?

Thank you

---

<div class="post-metadata">

### Author: ![LFSaw](https://discourse.hookproductivity.com/letter_avatar_proxy/v4/letter/l/c5a1d2/32.png) [@LFSaw](https://discourse.hookproductivity.com/u/LFSaw)
#### Post date: [August 13, 2025, 4:29pm UTC](https://discourse.hookproductivity.com/t/vscode-integration-stopped-working/9275/5 "2025-08-13T16:29:23Z")

</div>

No error message, just this:

 ![Screenshot 2025-08-13 at 18.27.52](https://discourse.hookproductivity.com/uploads/default/original/2X/f/ff6e2cd13f44be8ef58508c03453ad2276841dc9.jpeg)

---

<div class="post-metadata">

### Author: ![bchend](https://discourse.hookproductivity.com/letter_avatar_proxy/v4/letter/b/dbc845/32.png) [@bchend](https://discourse.hookproductivity.com/u/bchend)
#### Post date: [August 13, 2025, 5:06pm UTC](https://discourse.hookproductivity.com/t/vscode-integration-stopped-working/9275/6 "2025-08-13T17:06:40Z")

</div>

Thank you, @LFSaw .

Could you please open a VSCode file and run the following code in /Applications/Utilities/Script Editor? Then post the result here.

```auto
tell application "System Events"
	tell process "Code"
		set str to name of window 1
		set AppleScript's text item delimiters to " — "
		set theResults to text items of str
		return item 1 of theResults
		
	end tell
end tell

```

Thank you

---

<div class="post-metadata">

### Author: ![LFSaw](https://discourse.hookproductivity.com/letter_avatar_proxy/v4/letter/l/c5a1d2/32.png) [@LFSaw](https://discourse.hookproductivity.com/u/LFSaw)
#### Post date: [August 13, 2025, 6:57pm UTC](https://discourse.hookproductivity.com/t/vscode-integration-stopped-working/9275/7 "2025-08-13T18:57:56Z")

</div>

works…

 ![CleanShot 2025-08-13 at 20.57.22@2x](https://discourse.hookproductivity.com/uploads/default/original/2X/d/d60228ffaebcd6fd262cbb04be03f354f74056fe.jpeg)

---

<div class="post-metadata">

### Author: ![bchend](https://discourse.hookproductivity.com/letter_avatar_proxy/v4/letter/b/dbc845/32.png) [@bchend](https://discourse.hookproductivity.com/u/bchend)
#### Post date: [August 13, 2025, 9:31pm UTC](https://discourse.hookproductivity.com/t/vscode-integration-stopped-working/9275/8 "2025-08-13T21:31:56Z")

</div>

Thank you, @LFSaw .

Could you please try the following script in Script Editor?

```auto
tell application "System Events"
	tell process "Code"
		set str to name of window 1
	end tell
end tell

```

---

<div class="post-metadata">

### Author: ![LFSaw](https://discourse.hookproductivity.com/letter_avatar_proxy/v4/letter/l/c5a1d2/32.png) [@LFSaw](https://discourse.hookproductivity.com/u/LFSaw)
#### Post date: [August 13, 2025, 11:57pm UTC](https://discourse.hookproductivity.com/t/vscode-integration-stopped-working/9275/9 "2025-08-13T23:57:35Z")

</div>

works as well and returns

```auto
"_index.md — hugo-2024"

```

---

<div class="post-metadata">

### Author: ![bchend](https://discourse.hookproductivity.com/letter_avatar_proxy/v4/letter/b/dbc845/32.png) [@bchend](https://discourse.hookproductivity.com/u/bchend)
#### Post date: [August 14, 2025, 12:09am UTC](https://discourse.hookproductivity.com/t/vscode-integration-stopped-working/9275/10 "2025-08-14T00:09:27Z")

</div>

Could you please open VSCode settings window, change window.title settings? Change activeEditorShort to activeEditorLong

 ![image](https://discourse.hookproductivity.com/uploads/default/original/2X/a/a281a20ebc972a107e42b9747370102a997f26ef.png)

---

<div class="post-metadata">

### Author: ![LFSaw](https://discourse.hookproductivity.com/letter_avatar_proxy/v4/letter/l/c5a1d2/32.png) [@LFSaw](https://discourse.hookproductivity.com/u/LFSaw)
#### Post date: [August 14, 2025, 5:41am UTC](https://discourse.hookproductivity.com/t/vscode-integration-stopped-working/9275/11 "2025-08-14T05:41:21Z")

</div>

this fixed it! insane.

however, now my window title is all cobbled up…

---

<div class="post-metadata">

### Author: ![bchend](https://discourse.hookproductivity.com/letter_avatar_proxy/v4/letter/b/dbc845/32.png) [@bchend](https://discourse.hookproductivity.com/u/bchend)
#### Post date: [August 14, 2025, 4:22pm UTC](https://discourse.hookproductivity.com/t/vscode-integration-stopped-working/9275/12 "2025-08-14T16:22:46Z")

</div>

For now, Hookmark can only get the file path from window title.

---

<div class="post-metadata">

### Author: ![LFSaw](https://discourse.hookproductivity.com/letter_avatar_proxy/v4/letter/l/c5a1d2/32.png) [@LFSaw](https://discourse.hookproductivity.com/u/LFSaw)
#### Post date: [August 15, 2025, 9:01am UTC](https://discourse.hookproductivity.com/t/vscode-integration-stopped-working/9275/13 "2025-08-15T09:01:45Z")

</div>

thanks for your efforts!  
I am just wondering because I never (intentionally) changed the setting in VSCode and do not recall the window title to be as bloated as it is now…

Anyhow, I think I can live with it 🙂
