-
Notifications
You must be signed in to change notification settings - Fork 10
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
Colors changed issue #22
Comments
Hi, could you send me the code snippets? |
import mongoose from 'mongoose';
const schema = new mongoose.Schema({
name: {
type: String,
required: true,
},
});
const model = mongoose.model('test', schema)
export default model |
I see, thanks for the information, btw what color theme do you use? |
The color theme in the screenshot is Dark+, the one which VS Code uses by default. |
I understand |
Hey, The v2 made colors changed drastically and it seems something went wrong there
I wrote the version number at the top of the image
Thanks!
The text was updated successfully, but these errors were encountered: