Skip to content

Commit

Permalink
[IngestionClient] IDE Settings for using Ingestion Client in vscode (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-p-smith authored Jul 9, 2024
1 parent 92ba262 commit b329c0a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions samples/ingestion/ingestion-client/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,18 @@
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"ms-dotnettools.csdevkit",
"ms-azuretools.vscode-azurefunctions",
"editorconfig.editorconfig"
],
"settings": {
"omnisharp.enableRoslynAnalyzers": true,
"omnisharp.enableEditorConfigSupport": true
}
}
}
}

0 comments on commit b329c0a

Please sign in to comment.