codespaces Questions
3
I am experimenting with GH Codespaces
in my local VS Code (I know it's running remote).
However somehow I can not change the font size.
Ctrl + , for preferences, I found the Editor: font size optio...
Jody asked 12/11, 2022 at 19:27
1
Solved
In a Codespaces .devcontainer/devcontainer.json file I may have the following:
"customizations": {
"vscode": {
"extensions": [
"snowflake.snowflake-vsc"
...
Supplemental asked 7/9, 2023 at 4:50
1
I have problem with submodule on github codespace.
When i use command
git submodule update --init
terminal show me
Warning: Permanently added 'github.com,xxxxx' (ECDSA) to the list of known hosts....
Vaporizer asked 3/12, 2021 at 13:23
3
Solved
Part of my development process involves using Mocha and Chai tests. I have a page in my test folder that loads all the code and tests, and I can start up a local node script that runs a simple loca...
Wrestling asked 12/9, 2020 at 15:48
0
I've having a surprisingly rough time today configuring a GitHub Codespace to create an environment for developing a Poetry-managed Python library compatible with the VS Code Python plugin.
The mai...
Ibo asked 26/6, 2023 at 21:55
0
I have a problem when trying to run Puppeteer in visible mode in a GitHub Codespaces.
I guess because GitHub doesn't have a renderer as well as a local machine.
Is there any way to run Puppeteer, c...
Erie asked 16/4, 2023 at 5:1
1
I am running a simple project of Docusaurus with npm start which runs successfully.
Using Github Codespaces to run the project but the forwarded route doesn't seem to be working.
Attached the scree...
Codel asked 28/10, 2022 at 4:50
2
Solved
How can one shutdown GitHub Codespaces to avoid extra costs?
Sixfooter asked 1/9, 2021 at 13:52
1
I'm trying to use Github Codespaces to run my Flutter app. But's seem like Codespaces didn't officially support Flutter yet. It can run Dart normally. But when I try to run my Flutter app, it seems...
Uncommon asked 29/5, 2022 at 1:35
2
Some opencv code needs to show a GUI window when executing. Instead it shows Gtk-WARNING **: xxx: cannot open display:. It happened both on the web and in the desktop app. Is it possible to use som...
Lightproof asked 19/6, 2022 at 12:32
2
Solved
When I open a README.md Markdown Preview view in GitHub Codespaces on Google Chrome (as well as e.g. on Chromium-based Brave) I am getting:
Error loading webview: Error: Could not register service ...
Precondition asked 4/6, 2022 at 10:13
2
I am new to Visual Studio Code. I have configured my environment for C/C++ development and everything is working.
However, when starting VS Code, I receive these notifications in the bottom right c...
Ardy asked 25/3, 2022 at 12:39
2
Solved
First, the question: is there a way to choose the platform (e.g. x86_64, AMD64, ARM64) for a GitHub Codespace?
Here's what I've found so far:
Attempt 1 (not working):
From within GitHub.com, you ca...
Preconceive asked 3/12, 2021 at 19:34
5
Solved
I set up a Github codespaces environment using devcontainer.json and docker-compose.yaml. Everything works fine, but the postgres database defined in docker-compose.yml loses its data every time th...
Isar asked 15/9, 2021 at 15:26
1
Solved
I am experimenting with GitHub Codespaces, trying to spin up an app using Node and Postgres.
I selected the following option:
which produced the following devcontainer.json:
// Update the VARIANT ...
Natiha asked 5/11, 2020 at 19:47
1
© 2022 - 2024 — McMap. All rights reserved.