How add my own custom settings.json to code-server ? #5974
Unanswered
niteshk9894
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hmm... Just change the settings file manually? Hit F1, type settings json, go to the file, input and save? |
Beta Was this translation helpful? Give feedback.
4 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.
-
Can anyone let me know how can i add my own settings.json to code-server so that when vscode comesup it takes my custom settings.json file.
sample:
{
// Controls whether the editor shows CodeLens.
"diffEditor.codeLens": false,
}
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions