Skip to content

Commit

Permalink
chore: update dependencies settings (#253)
Browse files Browse the repository at this point in the history
**Describe the pull request**

Somes settings is not deprecated and needs to be replaced

**Checklist**

- [x] I have linked the relative issue to this pull request
- [x] I have made the modifications or added tests related to my PR
- [x] I have added/updated the documentation for my RP
- [x] I put my PR in Ready for Review only when all the checklist is
checked

**Breaking changes ?**
no
  • Loading branch information
42atomys authored Nov 16, 2022
1 parent 2a5ea88 commit f64afab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,14 @@
"go.coverMode": "atomic",
"go.coverOnSave": true,
"go.disableConcurrentTests": true,
"go.enableCodeLens": {
"references": true
},
"editor.formatOnSave": true,
"go.formatTool": "goimports",
"go.lintTool": "golangci-lint",
"terminal.integrated.fontFamily": "'DejaVu Sans Mono for Powerline', monospace",
"editor.tabSize": 2,
"editor.renderWhitespace": "all",
"gopls": {
"ui.completion.usePlaceholders": true,
"build.experimentalWorkspaceModule": true,

// Experimental settings
"completeUnimported": true, // autocomplete unimported packages
"deepCompletion": true, // enable deep completion
Expand Down Expand Up @@ -81,6 +76,7 @@
"extensions": [
"golang.Go",
"aaron-bond.better-comments",
"IBM.output-colorizer",
"miguelsolorio.fluent-icons",
"peterj.proto",
"jasonnutter.vscode-codeowners",
Expand Down

0 comments on commit f64afab

Please sign in to comment.