diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 831e5ac8..03fa9b74 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,15 +1,25 @@ { "cSpell.words": [ + "addrs", "AMQP", "extendee", + "Goridge", "Idxs", "Itestdata", "jobsv", "mdwr", + "Nyholm", "prefetch", "protobuf", + "protoc", "protoimpl", + "stretchr", "tcreds", - "tmpdir" - ] + "tmpdir", + "websockets", + "websocketsv" + ], + "files.associations": { + "Dockerfile-*.yaml": "dockerfile" + } } |