Replies: 5 comments
-
Would you provide some details about how you did it on Notepad++? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is it helpful? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Wei,
In Notepad++, go to Menu->Language -> User Defined Language-> Define your language -> Select the SAS highlight file (“SAS_Dark”) -> Add “LOG” (I also add “bak” for the back up file created by Notepadd++) to “Ext.”:
***@***.***
Best,
Jeanne
From: Wei Wu ***@***.***>
Sent: Wednesday, January 10, 2024 12:52 AM
To: sassoftware/vscode-sas-extension ***@***.***>
Cc: jeanneyue ***@***.***>; Author ***@***.***>
Subject: Re: [sassoftware/vscode-sas-extension] Color Highlight for SAS Log Files on VSCODE? (Discussion #737)
Would you provide some details about how you did it on Notepad++?
—
Reply to this email directly, view it on GitHub<#737 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AISYA3ZZOBKVASZQFZ4ON33YNZJBLAVCNFSM6AAAAABBPHZ5F6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DANZXGAZDG>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Wei,
Thanks for telling me. I’ll try it out.
Best,
Jeanne
From: Wei Wu ***@***.***>
Sent: Wednesday, January 10, 2024 1:16 AM
To: sassoftware/vscode-sas-extension ***@***.***>
Cc: jeanneyue ***@***.***>; Author ***@***.***>
Subject: Re: [sassoftware/vscode-sas-extension] Color Highlight for SAS Log Files on VSCODE? (Discussion #737)
Is it helpful?
https://marketplace.visualstudio.com/items?itemName=emilast.LogFileHighlighter
—
Reply to this email directly, view it on GitHub<#737 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AISYA33K5FKI5SSWXRBZGGTYNZL5TAVCNFSM6AAAAABBPHZ5F6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DANZXGI3DO>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Wei,
Yes, it works. I added:
"files.associations": {
"*.log": "sas",
"*.bak": "sas"
},
to apply the SAS highlighting to the log and the back up files created by notepad++. Thanks a lot for your support!
Best,
Jeanne
From: Wei Wu ***@***.***>
Sent: Wednesday, January 10, 2024 1:16 AM
To: sassoftware/vscode-sas-extension ***@***.***>
Cc: jeanneyue ***@***.***>; Author ***@***.***>
Subject: Re: [sassoftware/vscode-sas-extension] Color Highlight for SAS Log Files on VSCODE? (Discussion #737)
Is it helpful?
https://marketplace.visualstudio.com/items?itemName=emilast.LogFileHighlighter
—
Reply to this email directly, view it on GitHub<#737 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AISYA33K5FKI5SSWXRBZGGTYNZL5TAVCNFSM6AAAAABBPHZ5F6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DANZXGI3DO>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wonder how to apply the color highlighting for SAS log files on VSCODE. I can do that on Notepad++. It is very helpful when I want to debug with the MPRINT option.
Best,
Jeanne
Beta Was this translation helpful? Give feedback.
All reactions