Can't override DefaultTheme with custom css using VSCode #1341
Unanswered
richcoleman-alphatrust
asked this question in
Q&A
Replies: 2 comments 2 replies
-
VS Code doesn't do that by default. You probably have some extension installed that's doing that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah, I disabled everything I could think of. Driving me crazy.
…________________________________
From: Divyansh Singh ***@***.***>
Sent: Wednesday, September 14, 2022 10:19:00 PM
To: vuejs/vitepress ***@***.***>
Cc: Rich Coleman ***@***.***>; Author ***@***.***>
Subject: Re: [vuejs/vitepress] Can't override DefaultTheme with custom css using VSCode (Discussion #1341)
CAUTION: EXTERNAL EMAIL
VS Code doesn't do this by default. You probably have some extension installed that's doing that.
—
Reply to this email directly, view it on GitHub<https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fvuejs%2Fvitepress%2Fdiscussions%2F1341%23discussioncomment-3649942&data=05%7C01%7Crcoleman%40ipipeline.com%7C241feacec0304ebd12ee08da96c90920%7C4adda90d810f42fc852f18ed6744d7b3%7C0%7C0%7C637988087426716900%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=RE1zqOpr8zOo2gCOiMyOFYvjhJfSm4fDFDYsKArLyXI%3D&reserved=0>, or unsubscribe<https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFRJSKWZ5ZVFBNUVRIMXC4LV6KISJANCNFSM6AAAAAAQM5HIYY&data=05%7C01%7Crcoleman%40ipipeline.com%7C241feacec0304ebd12ee08da96c90920%7C4adda90d810f42fc852f18ed6744d7b3%7C0%7C0%7C637988087426716900%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=RcVeYyLLaIxpCLHH2yBOnI%2FB7uKRqsYLG8uaov4%2BFTM%3D&reserved=0>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
This e-mail and any attachments, are private and confidential and protected by copyright. Access by or disclosure to anyone other than the intended recipient for any reason other than the business purpose for which the message is intended is prohibited. If you have received this email in error, notify the sender, delete the email and do not use or copy it. Unless expressly stated in this e-mail, nothing in this message or any attachment should be construed as a digital or electronic signature. Further, note that neither this email nor submission of any attachments is an offer to enter into a legally binding contract. iPipeline will not be legally bound to any proposed contract unless and until if ever, it has fully executed and delivered a counterpart of any proposed contract to the counterparty thereto.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I save inside VSCode, my
.vitepress\theme\index.ts
file, the imports reorder and myimport './custom.css'
them gets overridden by theDefaultTheme
. Anyone know how to prevent this from happening or a workaround?Beta Was this translation helpful? Give feedback.
All reactions