microsoft/typespec

Public

mirrored fromhttps://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
main

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.devcontainer/devcontainer.json

18lines · modecode

1{
2 "name": "Standard",
3 "build": {
4 "dockerfile": "Dockerfile"
5 },
6 "customizations": {
7 // Configure properties specific to VS Code.
8 "vscode": {
9 // Add the IDs of extensions you want installed when the container is created.
10 "extensions": [
11 "dbaeumer.vscode-eslint",
12 "esbenp.prettier-vscode",
13 "streetsidesoftware.code-spell-checker",
14 "vitest.explorer"
15 ]
16 }
17 }
18}
19