You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After disable another extension (in workspace) and click 'restart extension', makefile-tools auto started a configuration despite global 'makefile.configureOnOpen=false'.
Then I found that workspace setting is modified with 'makefile.configureOnOpen=true'. Of course, I didn't change it.
The modification time of .vscode/settings.json is almost the time makefile-tools auto started a configuration.
@myocytebd We couldn't reproduce your issue, the exact reproduction steps are below, could you see if any of them are different from yours? And it would be great if you could provide us with a detailed step-by-step video of your reproduction!
Repro steps:
Set the Makefile: ConfigureOnOpen setting to false
makefile-tools: v0.11.13
cpptools: v1.22.11
VSCode
After disable another extension (in workspace) and click 'restart extension', makefile-tools auto started a configuration despite global 'makefile.configureOnOpen=false'.
Then I found that workspace setting is modified with 'makefile.configureOnOpen=true'. Of course, I didn't change it.
The modification time of
.vscode/settings.json
is almost the time makefile-tools auto started a configuration.The text was updated successfully, but these errors were encountered: