Skip to content
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

"auto_update_on_save": true => Doesn't work #153

Open
KalGos opened this issue Apr 6, 2017 · 1 comment
Open

"auto_update_on_save": true => Doesn't work #153

KalGos opened this issue Apr 6, 2017 · 1 comment

Comments

@KalGos
Copy link

KalGos commented Apr 6, 2017

The Auto Update on Save setting doesn't work. It used to work and then I added "project name time suffix" setting and, now, the "auto update on save" doesn't work.
This is what I have in setting:

{
	"workspace": "C:/Salesforce/",
	"projects":
	{
		"myProject":
		{
			"default": true,
			"login_url": "https://test.salesforce.com",
			"password": "*********",
			"subscribed_metadata_objects":
			[
				"ApexPage",
				"ApexClass"
			],
			"username": "kalyan@example.com",
            "security_token": "sEcUrItYtOkEnHeRe"
		}
	},
    "keep_project_name_time_suffix" : false,
    "auto_update_on_save": true,
    "debug_mode": false,
    "trace_flag" : {
        "ApexCode" : "Debug",
        "ApexProfiling" : "NONE",
        "Callout" : "NONE",
        "Database" : "NONE",
        "System" : "NONE",
        "Validation" : "NONE",
        "Visualforce" : "NONE",
        "Workflow" : "NONE"
    }
}
@KalGos
Copy link
Author

KalGos commented May 3, 2017

Hey @xjsender, this still doesn't work for me. Please look at this and let me know if you find anything. I have gone thru this many times .. and not finding the problem with this setting. Strange!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant