Skip to content

Commit

Permalink
Merge branch 'gitmodules-default-gen-names' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
vorlac authored Jun 1, 2024
2 parents 46a9dc6 + 839c09f commit a027cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[submodule "engine"]
[submodule "extern/godot-engine"]
path = extern/godot-engine
url = https://github.com/godotengine/godot.git
branch = 4.2
[submodule "godot/godot-cpp"]
[submodule "extern/godot-cpp"]
path = extern/godot-cpp
url = https://github.com/godotengine/godot-cpp.git
branch = 4.2
Expand Down
14 changes: 0 additions & 14 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
{
"recommendations": [
"ms-vscode.cpptools",
"twxs.cmake",
"josetr.cmake-language-support-vscode",
"ms-vscode.cmake-tools",
"eamodio.gitlens",
"alfish.godot-files",
"ms-python.python",
"ms-vscode-remote.remote-ssh",
"ms-vscode.remote-explorer",
"yzhang.markdown-all-in-one",
"foxundermoon.shell-format",
"calro.vscode-theme-one-dark-muted",
"jeff-hykin.better-cpp-syntax",
"ibm.output-colorizer",
"xaver.clang-format",
"bierner.docs-view",
"donjayamanne.githistory"
]
}

0 comments on commit a027cca

Please sign in to comment.