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

Git Flow: init #14

Open
cbiale opened this issue Sep 27, 2020 · 1 comment
Open

Git Flow: init #14

cbiale opened this issue Sep 27, 2020 · 1 comment

Comments

@cbiale
Copy link

cbiale commented Sep 27, 2020

OS: Linux Lite
git: 2.25.1
gitflow: 1.12.3 (AVH Edition)
VSCode: 1.47.3

When execute Git Flow: init, raise the error: "terminal.onDidWriteDate is not a function".

@enesccinar
Copy link

I had the same issue. terminal.onDidWrite() function is deprecated and has moved to the global functions.

microsoft/vscode#80836

It needs to be changed as vscode.window.onDidWriteTerminalData(). However, the new function is still in the proposed API version but It can be used.

If you want to use this extension, you may install the insider version and follow the steps from this article. https://code.visualstudio.com/api/advanced-topics/using-proposed-api

After the establishing the proposed API, you need to change terminal.onDidWrite with vscode.window.onDidWriteTerminalData.

OS: Linux Lite
git: 2.25.1
gitflow: 1.12.3 (AVH Edition)
VSCode: 1.47.3

When execute Git Flow: init, raise the error: "terminal.onDidWriteDate is not a function".

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

2 participants