147 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
72
views
How to view the Docker log in GitHub Codespaces?
I cannot find a way to view the Docker log output for a Devcontainer that is launched in GitHub Codespaces.
I found the Terminal, but that is a terminal inside the container.
I found the DebugConsole, ...
1
vote
0
answers
44
views
How to open shell script in a GitHub Codespaces devcontainer within the VS Code shell?
The following file is within .devcontainer/devcontainer.json:
// See https://containers.dev/implementors/json_reference/ for configuration reference
{
"name": "my-devcontainer",
...
0
votes
1
answer
59
views
Prefect inside Github Codespaces: Can't Authorize Login
I'm trying to follow the Prefect Quickstart guide. I'm using a GitHub codespace. I was able to clone and
run 01_getting_started.py without trouble. however when I run step 3
uvx prefect-cloud deploy ...
0
votes
0
answers
41
views
Is there a way to install fonts purely from the terminal on a Codespace?
I work on personal coding projects, and assignments for a Computer Science class on my Chromebook. ChromeOS has no way to install fonts to the computer, and Linux is blocked off because it is a school-...
1
vote
1
answer
187
views
Laravel Scramble generate docs for https routes not working
I have Laravel 11.x app developing on Github Codespaces. I am trying to generate the documentation using Scramble package.
Github Codespaces publish urls are using https.
I am using api_domain entry ...
0
votes
0
answers
98
views
Codespaces manifests.js loading issue for SPFX project
I have created SPFX project for SharePoint Online customization and using VS Code which works fine locally (on another machine where VS Code is installed).
Now I am trying to achieve the same using ...
0
votes
0
answers
60
views
vue syntax highlighting in codespaces
When I start a vue repo in codespaces it asks me to uninstall this plugin
After reloading it asks me if I want to install this plugin.
so I'm in a install uninstall loop. disable the notifications ...
0
votes
1
answer
1k
views
How to use Chrome DevTools (or React Native DevTools) with Github Codespaces?
I am developping my React Native app using Expo with the Github Codespaces IDE. I successfully runned my app on my android phone (using expo start --dev-client --tunnel) and I have the console.log() ...
-1
votes
1
answer
230
views
How do I set up an airflow environment in github codespaces?
I dont have a personal pc as of now, so i been using library pc and coding with github codespaces.
I installed airflow on codespaces but when i try to do
airflow standalone
it creates admin and ...
0
votes
2
answers
198
views
`agda-mode` Can't Find Executable
I installed Agda in Codespaces via Cabal, the installation seems to run fine, I can also use Agda in the integrated terminal, but the extension agda-mode gives me this error:
Connection Error: Unable ...
0
votes
1
answer
28
views
env url in jekyll + codespaces confusing
I have a _config-dev.yml with the following content:
baseurl: ""
environment: development
url: "https://codespaces_url.app.github.dev/"
When I print {{ site.url }} in the template....
0
votes
0
answers
104
views
makefile doesnt find files on codespace
I'm trying to compile a program that is being created within a Github Codespace and the Makefile cannot compile because continues to report missing files:
make: *** No rule to create target 'solution/...
0
votes
2
answers
226
views
Github Codespaces Cloning another repo write permission error [closed]
The big goal of this project (for context): I am attempting to build a repository for my intro CS graders where they can create a Codespace and it basically clones only the students they have been ...
-2
votes
2
answers
433
views
How can I go to codespace when I am keep getting error message? [closed]
I suddenly lost access to the codespace in my repository today. The error message is "Unable to start codespace. Please try again later". Also, I can't access my entire codespace, not just ...
0
votes
1
answer
278
views
Next.js exits immediately after "Compiling /..."
When running npm run dev on a Next.js project with Fluent UI React installed, it exits instantly after either "Compiling /..." or "Compiled / in (x) seconds".
@GavinGoGaming ➜ /...