Skip to content

Commit

Permalink
Merge pull request #25743 from nextcloud/disable-vs-code-intellisense
Browse files Browse the repository at this point in the history
Disable basic PHP completion in Codespace
  • Loading branch information
LukasReschke committed Feb 22, 2021
2 parents e5a0219 + cecf319 commit d090341
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@
"felixfbecker.php-intellisense",
"ms-azuretools.vscode-docker"
],
}
"settings": {
"php.suggest.basic": false,
}
}

0 comments on commit d090341

Please sign in to comment.