Skip to content

Commit

Permalink
build: liveserver no longer needed in gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Feb 3, 2024
1 parent 79591bc commit d5d803f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
image:
file: .gitpod/Dockerfile

# --------------------------------------------------------
# exposing ports for VSCode Live Server
ports:
- port: 5500

# --------------------------------------------------------
# using prebuilds for the container
github:
Expand Down Expand Up @@ -65,8 +60,6 @@ tasks:
"editor.guides.bracketPairs": "active",
"restructuredtext.preview.scrollEditorWithPreview": false,
"restructuredtext.preview.scrollPreviewWithEditor": false,
"liveServer.settings.root": "/build/docs/docs/sphinx/",
"esbonio.sphinx.confDir": "${workspaceFolder}/docs",
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"yaml.schemas": {
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
Expand Down

0 comments on commit d5d803f

Please sign in to comment.