Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks intellisense and user snippets since VSC 1.7.1 #11

Closed
BlueOrange775 opened this issue Nov 8, 2016 · 3 comments
Closed

Breaks intellisense and user snippets since VSC 1.7.1 #11

BlueOrange775 opened this issue Nov 8, 2016 · 3 comments
Labels

Comments

@BlueOrange775
Copy link

BlueOrange775 commented Nov 8, 2016

Randomly throughout my project my intellisense and user snippets stop working, and it is only happened since I installed this extension and updated to VSCode 1.7.1

I do not know how to recreate it, but it should not take long to try and replicate it. I first noticed it when I tried to edit a tag, and it didn't edit both tags, and since then the intellisense and user snippets stop working, so I have to restart VSCode to get them working again.

I do however get the following error.

shell.ts:440 Illegal argument: character must be positive: Error: Illegal argument: character must be positive at Object.h [as illegalArgument] (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:5:4907) at new e (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:9:7079) at e.translate (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:9:8741) at TagManager.updatePairedTag (C:\Users\kyle\.vscode\extensions\formulahendry.auto-rename-tag-0.0.7\out\src\tagManager.js:72:47) at vscode.workspace.onDidChangeTextDocument.event (C:\Users\kyle\.vscode\extensions\formulahendry.auto-rename-tag-0.0.7\out\src\tagManager.js:13:18) at e.invoke (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:5:7347) at e.fire (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:5:15669) at t.$acceptModelChanged (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:11:5992) at t.e.handle (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:10:10602) at s (c:\Program Files (x86)\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:7:21356)

@formulahendry
Copy link
Owner

Thanks for reporting it! I will investigate and fix it.

@formulahendry
Copy link
Owner

Hi @BlueOrange775 , this issue has been fixed. Please install the latest version and have a try.

@BlueOrange775
Copy link
Author

Thanks very much! Works perfectly now. Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants