Katorly
Katorly
CCoder.com
Created by Andrej on 10/18/2024 in #help
Create template by zip upload hangs
I also encountered the same problem, which forced me to give up uploading templates.
6 replies
CCoder.com
Created by Katorly on 10/10/2024 in #help
Where can I find settings.json for vscode web?
Thank you. Problem solved. I'll switch back to code-server then 😂
11 replies
CCoder.com
Created by Katorly on 10/10/2024 in #help
Where can I find settings.json for vscode web?
There is an additional information that I forgot to mention: the settings of VS Code Web seem to be stored in the browser, because when I modified settings.json and switched to another device, settings.json became the default; when I switched back to the previous device, settings.json changed back to the one I modified before.
11 replies
CCoder.com
Created by Katorly on 10/10/2024 in #help
Where can I find settings.json for vscode web?
Thanks for the reply. However, in my case, after making changes to the settings in VS Code Web, ~/.local/share/code-server/User/settings.json was not created, and if it was manually created before, it was not modified.
11 replies
CCoder.com
Created by Katorly on 10/10/2024 in #help
Where can I find settings.json for vscode web?
Nope, the content in ~/.vscode-server/data/Machine/settings.json is completely different from the content in the settings.json of VS Code Web opened manually. When the settings.json of VS Code Web is
{
}
{
}
, the content in ~/.vscode-server/data/Machine/settings.json is
{
"git.useIntegratedAskPass": false,
"github.gitAuthentication": false
}
{
"git.useIntegratedAskPass": false,
"github.gitAuthentication": false
}
11 replies
CCoder.com
Created by Djinn on 10/2/2024 in #help
Virtual Keyboard opens all the time
I was experiencing this issue as well, and all VS Code in the browser would cause this issue
13 replies