-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Closed
Labels
javascriptJavaScript support issuesJavaScript support issuessemantic-tokensSemantic tokens issuesSemantic tokens issues
Milestone
Description
Version: 1.42.0-insider
Commit: fd13e44
Date: 2020-01-17T16:30:38.851Z
Electron: 7.1.7
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Darwin x64 19.0.0
Steps to Reproduce:
- On a fresh-installed of VS code insiders, open a
.jsor.jsxfile. - Watch carefully for some syntax colors changing after a few seconds.
Check this link for the demo: https://imgur.com/3CkhTIn
As seen on the demo, the syntax highlight on the <LatestBlog/> and <div> turned to plain color a few seconds after changing Color Theme.
Here's a snippet for testing purpose:
import React from 'react'
import Default from '../layouts/Default/Default'
import SEO from '../utils/seo'
import Intro from '../components/Intro/Intro'
import LatestBlog from '../components/LatestBlog/LatestBlog'
const Homepage = () => {
return (
<Default>
<SEO
lang="en"
title="Home"
author="Ongki Herlambang"
/>
<Intro />
<LatestBlog data={edges} />
<div>
Hello world!
</div>
</Default>
)
}
export default HomepageDoes this issue occur when all extensions are disabled?: Yes
fmusayev, ascampos, povilasbaranovas, Noldaru, peacefulseeker and 4 more
Metadata
Metadata
Assignees
Labels
javascriptJavaScript support issuesJavaScript support issuessemantic-tokensSemantic tokens issuesSemantic tokens issues