Skip to content

VS Code exporter: do not overwrite existing (launch|settings|tasks).json #5964

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 1, 2018

Conversation

amq
Copy link
Contributor

@amq amq commented Jan 29, 2018

Description

Prevents overwriting VS Code files which are customizable by the user. launch.json is used to define the debugger and target, settings.json includes all possible project-specific VS Code settings, tasks.json defines the build tasks.

The only file which is still being overwritten is the list of includes: c_cpp_properties.json

Fixes #5958

Status

READY

Migrations

NO

@janjongboom
Copy link
Contributor

I'd prefer our configuration / tasks to be added to the existing json files, but I can live with this change.

@theotherjimmy
Copy link
Contributor

@janjongboom Is that an approval?

Copy link
Contributor

@theotherjimmy theotherjimmy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python changes look fine.

@cmonr
Copy link
Contributor

cmonr commented Feb 1, 2018

/morph build

@mbed-ci
Copy link

mbed-ci commented Feb 1, 2018

Build : SUCCESS

Build number : 1033
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/5964/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build

@mbed-ci
Copy link

mbed-ci commented Feb 1, 2018

@mbed-ci
Copy link

mbed-ci commented Feb 1, 2018

@cmonr
Copy link
Contributor

cmonr commented Feb 1, 2018

Merging since

...but I can live with this change.

@cmonr cmonr merged commit ce9f63f into ARMmbed:master Feb 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants