Skip to content

Commit

Permalink
vscode can't find esp32 debugger as IDF_TOOLS_PATH isn't defined (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 authored Dec 12, 2024
1 parent 3dc8cb0 commit c1d5b9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tools/ide/common/sming.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def subst_path(self, path, prefix=''):
path = self.replace(path, 'SMING_HOME', prefix)
path = self.replace(path, 'ESP_HOME', prefix)
path = self.replace(path, 'IDF_PATH', prefix)
path = self.replace(path, 'IDF_TOOLS_PATH', prefix)
return path

def isWsl(self):
Expand Down

0 comments on commit c1d5b9d

Please sign in to comment.