Skip to content

Commit

Permalink
Fix Gitpod configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rlenferink committed Oct 8, 2023
1 parent afefe88 commit 04d4564
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
7 changes: 4 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
# specific language governing permissions and limitations
# under the License.

vscode:
extensions:
- [email protected]:QI2POGDzx7mhyCmZyf/3vg==
tasks:
- init: |
mkdir -p cmake-build-debug
cd cmake-build-debug && cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTING=ON -DENABLE_ADDRESS_SANITIZER=ON -DBUILD_EXPERIMENTAL=ON .. && make -j
image:
file: container/Containerfile.gitpod
13 changes: 0 additions & 13 deletions .theia/settings.json

This file was deleted.

0 comments on commit 04d4564

Please sign in to comment.