Skip to content

Commit

Permalink
Add SMING_HOME definition to vscode environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Aug 31, 2024
1 parent 3378a0c commit 7069c85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/ide/vscode/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def update_intellisense():
else:
properties = load_template('intellisense/properties.json', appPath)

properties['env']['SMING_HOME'] = env['SMING_HOME']

env.update(get_property(properties, 'env', {}))
configurations = get_property(properties, 'configurations', [])

Expand Down

0 comments on commit 7069c85

Please sign in to comment.