forked from platformio/platformio-core
Improve support of PIO Unified Debugger for Eclipse Oxygen
This commit is contained in:
@@ -322,7 +322,7 @@ def get_projectbuild_dir(force=False):
|
||||
with open(dontmod_path, "w") as fp:
|
||||
fp.write("""
|
||||
[InternetShortcut]
|
||||
URL=http://docs.platformio.org/page/projectconf.html#build-dir
|
||||
URL=http://docs.platformio.org/page/projectconf/section_platformio.html#build-dir
|
||||
""")
|
||||
except Exception as e: # pylint: disable=broad-except
|
||||
if not force:
|
||||
|
Reference in New Issue
Block a user