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

Colorized Output not working (1.0.8) #100

Open
pnd280 opened this issue Jun 26, 2022 · 6 comments
Open

Colorized Output not working (1.0.8) #100

pnd280 opened this issue Jun 26, 2022 · 6 comments

Comments

@pnd280
Copy link

pnd280 commented Jun 26, 2022

I was using Output Colorizer. But after update to 1.0.8, the extension (AutoIt-VSCode) doesn't seem to change the output color (already uninstalled the previous one and also tried to disable all other extensions).
Do i need to do some specific settings for this feature to work on 1.0.8?

Current environment: VSCode 1.68.1 (Windows)

@Danp2
Copy link

Danp2 commented Jun 26, 2022

Likely due to changes made in #80

@pnd280
Copy link
Author

pnd280 commented Jun 26, 2022

Likely due to changes made in #80

Yes i mean that im having trouble using the inbuilt colorizer that you have mentioned above even after i uninstalled Output Colorizer.
image

@Danp2
Copy link

Danp2 commented Jun 26, 2022

Do i need to do some specific settings for this feature to work on 1.0.8

Not as far as I can recall. It's working fine for me, but maybe that's because I made the original mod. @loganch Does the following need to be added to package.json in the new section for vscode-autoit-output language?

"configuration": "syntaxes\vscode-autoit-output.tmLanguage.json"

@Danp2
Copy link

Danp2 commented Jun 27, 2022

I checked the .vsix file and this file is present there. I also looked in %USERPROFILE%\.vscode\extensions\damien.autoit-1.0.8\syntaxes and it is there as well.

@pnd280 You may want to check the logs (ctrl+shift+p -> Show Logs... -> Extension Host) to see if there are any clues.

@pnd280
Copy link
Author

pnd280 commented Jun 27, 2022

[2022-06-27 12:04:58.538] [exthost] [info] ExtensionService#_doActivateExtension Damien.autoit, startup: false, activationEvent: 'onLanguage:autoit'

I couldnt find any logs related to the extension other than this

@vanowm
Copy link

vanowm commented Oct 14, 2022

Fixed in dfef519

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

No branches or pull requests

3 participants