Skip to content

Commit 0efa940

Browse files
committed
move to yii2
1 parent cff222c commit 0efa940

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+79
-5167
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ USER root
7272
COPY go1.18.10.linux-amd64.tar.gz /home/pinpoint/go1.18.10.linux-amd64.tar.gz
7373
RUN rm -rf /usr/local/go && cd /home/pinpoint/ && tar -C /usr/local -xzf go1.18.10.linux-amd64.tar.gz
7474
ENV PATH=$PATH:/usr/local/go/bin
75+
ENV PATH=$PATH:$GO_PATH/bin
7576
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28 && go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
"matepek.vscode-catch2-test-adapter",
4040
"adam-bender.commit-message-editor",
4141
"formulahendry.vscode-mysql",
42-
"ms-python.autopep8"
42+
"ms-python.autopep8",
43+
"streetsidesoftware.code-spell-checker",
44+
"jeff-hykin.better-dockerfile-syntax"
4345
]
4446
}

0 commit comments

Comments
 (0)