Skip to content

Commit

Permalink
Merge pull request #1114 from OneSignal/dev/fix-vscode-docker
Browse files Browse the repository at this point in the history
[Dev] Use root docker-compose.yml for vscode
  • Loading branch information
jkasten2 authored Oct 19, 2023
2 parents 431c317 + b83a9d1 commit 4d996ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@
// Update the 'dockerComposeFile' list if you have more compose files or use different names.
// The .devcontainer/docker-compose.yml file contains any overrides you need/want to make.
"dockerComposeFile": [
"../docker-compose.yml",
"docker-compose.yml"
"../docker-compose.yml"
],

// The 'service' property is the name of the service for the container that VS Code should
// use. Update this value and .devcontainer/docker-compose.yml to the real service name.
"service": "onesignal-web-sdk-dev",

// The optional 'workspaceFolder' property is the path VS Code should open by default when
Expand Down
30 changes: 0 additions & 30 deletions .devcontainer/docker-compose.yml

This file was deleted.

0 comments on commit 4d996ff

Please sign in to comment.