Skip to content

Commit 47c7f5c

Browse files
committed
Removed thunderclient for rest client
1 parent ff0313d commit 47c7f5c

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@
44
"dockerComposeFile": "docker-compose.yml",
55
"service": "app",
66
"workspaceFolder": "/app",
7-
"remoteUser": "devops",
7+
"remoteUser": "vscode",
88
"customizations": {
99
"vscode": {
1010
"settings": {
1111
"cSpell.words": [
12-
"sqlalchemy",
13-
"psycopg",
12+
"wsgi",
13+
"Coudant",
14+
"CLOUDANT",
15+
"DBNAME",
16+
"petshop",
1417
"pytest",
18+
"restplus",
19+
"RESTX",
20+
"CSCI",
21+
"pipenv",
1522
"virtualenvs"
1623
],
1724
"[python]": {
@@ -47,8 +54,8 @@
4754
"cstrap.flask-snippets",
4855
"ms-vscode.makefile-tools",
4956
"yzhang.markdown-all-in-one",
50-
"bierner.github-markdown-preview",
5157
"davidanson.vscode-markdownlint",
58+
"bierner.github-markdown-preview",
5259
"hnw.vscode-auto-open-markdown-preview",
5360
"bierner.markdown-preview-github-styles",
5461
"tamasfe.even-better-toml",
@@ -57,7 +64,7 @@
5764
"hbenl.vscode-test-explorer",
5865
"LittleFoxTeam.vscode-python-test-adapter",
5966
"redhat.vscode-yaml",
60-
"rangav.vscode-thunder-client",
67+
"unjinjang.rest-api-client",
6168
"ms-azuretools.vscode-docker",
6269
"github.vscode-github-actions",
6370
"streetsidesoftware.code-spell-checker",

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
depends_on:
2323
- couchdb
2424

25-
# CouchDB Dashboard: http://127.0.0.1:5984/_utils"
25+
# The CouchDB Dashboard is at: http://127.0.0.1:5984/_utils"
2626
couchdb:
2727
image: couchdb:latest
2828
hostname: couchdb

0 commit comments

Comments
 (0)