genius257 / vscode-autoit

AutoIt language extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=genius257.autoit
MIT License
4 stars 3 forks source link

include statements fail on new files not existing on disk with: Request textDocument/documentLink failed. #8

Closed genius257 closed 1 year ago

genius257 commented 1 year ago

Output:

[Error - 2:53:48 PM] Request textDocument/documentLink failed.
  Message: Request textDocument/documentLink failed with message: process is not defined
  Code: -32603 
genius257 commented 1 year ago

Steps to reproduce:

  1. Open vscode
  2. Open a new text file (CTRL + N)
  3. paste some AutoIt3 code with an include statement
  4. Set language mode for the file to AutoIt3
  5. The error occurs