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

Add idekey #14

Merged
merged 1 commit into from Jan 25, 2021
Merged

Add idekey #14

merged 1 commit into from Jan 25, 2021

Conversation

afragen
Copy link
Contributor

@afragen afragen commented Dec 23, 2020

Not sure this is actually necessary but it is defining as this is for VS Code.

@afragen
Copy link
Contributor Author

afragen commented Dec 23, 2020

Fixes #13

@brandondove brandondove merged commit 2fa801c into pixeljar:master Jan 25, 2021
@afragen afragen deleted the patch-1 branch January 25, 2021 19:38
@shivapoudel
Copy link

shivapoudel commented Jul 4, 2021

@afragen Seems like it is missing in this function also

function enableXDebugPHPini(site, serverUuid) {
return __awaiter(this, void 0, void 0, function* () {
const phpIniCode = `
[localbyflywheel]
xdebug.scream = 1
xdebug.show_local_vars = 1
xdebug.remote_autostart = 1
xdebug.remote_connect_back = 1`;
yield fs.ensureDir(path.join(site.paths.confTemplates, 'php'));
yield fs.appendFile(path.join(site.paths.confTemplates, 'php', 'php.ini.hbs'), phpIniCode);
});
}

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

Successfully merging this pull request may close these issues.

None yet

3 participants