1. Describe the bug
On MacOS the "Microsoft.Dynamics.Nav.EditorServices.Host" processes opened by VSCode are not being closed when VSCode is closed resulting orphaned processes actively using RAM
2. To Reproduce
Steps to reproduce the behavior:
- Start VSCode
- Open a workspace or directory containing AL extension(s)
- Wait the project to load
- Close VSCode
- The "Microsoft.Dynamics.Nav.EditorServices.Host" process is never closed
- Repeat steps 1-5 and observe the growing number of orphaned processes
3. Expected behavior
The "Microsoft.Dynamics.Nav.EditorServices.Host" processes are being closed with VSCode
4. Actual behavior
The "Microsoft.Dynamics.Nav.EditorServices.Host" processes are not being closed with VSCode
5. Versions:
- AL Language: 17.0.2273547
- Visual Studio Code:
Version: 1.116.0
Commit: 560a9dba96f961efea7b1612916f89e5d5d4d679
Date: 2026-04-15T00:28:13Z (1 day ago)
Electron: 39.8.7
ElectronBuildId: 13797146
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.5.0
- Business Central: Not relevant
- List of Visual Studio Code extensions that you have installed: AL, Create GUID, PowerShell, Dracula Theme
- Operating System:
Final Checklist
Please remember to do the following:
1. Describe the bug
On MacOS the "Microsoft.Dynamics.Nav.EditorServices.Host" processes opened by VSCode are not being closed when VSCode is closed resulting orphaned processes actively using RAM
2. To Reproduce
Steps to reproduce the behavior:
3. Expected behavior
The "Microsoft.Dynamics.Nav.EditorServices.Host" processes are being closed with VSCode
4. Actual behavior
The "Microsoft.Dynamics.Nav.EditorServices.Host" processes are not being closed with VSCode
5. Versions:
Version: 1.116.0
Commit: 560a9dba96f961efea7b1612916f89e5d5d4d679
Date: 2026-04-15T00:28:13Z (1 day ago)
Electron: 39.8.7
ElectronBuildId: 13797146
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.5.0
Final Checklist
Please remember to do the following:
Search the issue repository to ensure you are reporting a new issue
Reproduce the issue after disabling all extensions except the AL Language extension
Simplify your code around the issue to better isolate the problem