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

No format intelicence or formating or colors #414

Closed
neondeex opened this issue Nov 20, 2023 · 4 comments
Closed

No format intelicence or formating or colors #414

neondeex opened this issue Nov 20, 2023 · 4 comments
Assignees
Labels
bug something isn't working

Comments

@neondeex
Copy link

Description

I installed the extension and reopen vs code and is not working

Reproduction steps

Steps to reproduce the behavior:

1 install
2 do not work

Expected behavior

to work

Additional context

i don't know if i need something else

@neondeex neondeex added the bug something isn't working label Nov 20, 2023
@asheroto
Copy link

asheroto commented Dec 18, 2023

Same issue here. Have used this excellent extension or a long time but recently it broke.

  1. Press F1
  2. Format Document
  3. See the message below

image

Using AHK v1 script, file extension is .lnk.

Even if I put this in the settings.json file it still occurs:

	"[ahk]": {
		"editor.defaultFormatter": "mark-wiemer.vscode-autohotkey-plus-plus"
	},

Have also tried [ahk2] and [autohotkey].

@mark-wiemer
Copy link
Member

Hmm, I'll post some updated steps for how to do a full uninstall and re-install, a few folks have reported issues like this. Give me a few days though, life remains busy :/

@asheroto
Copy link

Thanks. I did try to uninstall and reinstall the extension. Maybe there's a debug log somewhere I could help diagnose with.

@mark-wiemer
Copy link
Member

There are some special locations where VS Code keeps a copy of all extensions, even after you uninstall them. I find those locations using the "Everything" search engine. Looks like it's under C:\Users\%user%\.vscode\extensions\mark-wiemer.vscode-autohotkey-plus-plus-5.0.3 by default, try removing that folder entirely and then uninstalling.

Note that your settings will be preserved as they're stored in C:\Users\%user%\AppData\Roaming\Code\User\settings.json :) (note this folder is hidden in File Explorer by default)

Hope this helps, see also #396 for more advice.

@mark-wiemer mark-wiemer closed this as not planned Won't fix, can't repro, duplicate, stale Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working
Projects
Status: Done
Development

No branches or pull requests

3 participants