Skip to content

Commit

Permalink
Move wokwi specific templates to Tools/ide/vscode/template/wokwi/.
Browse files Browse the repository at this point in the history
  • Loading branch information
slav-at-attachix committed Dec 12, 2023
1 parent 928d9af commit 13e061d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/ide/vscode/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def update_workspace():
def update_wokwi():
filename = '.vscode/extensions.json'
extensions = load_json(filename, False)
template = load_template('extensions.json', appPath)
template = load_template('wokwi/extensions.json', appPath)
if extensions is None:
extensions = template.copy()
save_json(extensions, filename)
Expand Down
File renamed without changes.

0 comments on commit 13e061d

Please sign in to comment.