-
Notifications
You must be signed in to change notification settings - Fork 285
Improve names of .node files #768
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
base: main
Are you sure you want to change the base?
Changes from 4 commits
c9191b8
14219fd
6a5f6cd
0b03874
8e7be77
92e4bb1
07e161b
d252340
c42caca
5402d97
503b113
407dc48
519a8ae
41b5881
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,7 +32,7 @@ | |
| { | ||
| 'target_name': 'conpty', | ||
| 'sources' : [ | ||
| 'src/win/conpty.cc', | ||
| 'src/win/conpty_backend.cc', | ||
|
||
| 'src/win/path_util.cc' | ||
| ], | ||
| 'libraries': [ | ||
|
|
@@ -58,7 +58,7 @@ | |
| 'deps/winpty/src/winpty.gyp:winpty', | ||
| ], | ||
| 'sources' : [ | ||
| 'src/win/winpty.cc', | ||
| 'src/win/winpty_backend.cc', | ||
|
||
| 'src/win/path_util.cc' | ||
| ], | ||
| 'libraries': [ | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it
target_namewe need to change as well to change the .node file, then an update here is needed too:node-pty/src/windowsPtyAgent.ts
Lines 64 to 93 in 467cea0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. I will update it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We just need to figure out why CI is failing now. See the error at https://dev.azure.com/vscode/node-pty/_build/results?buildId=147363&view=logs&j=0bc77094-9fcd-5c38-f6e4-27d2ae131589&t=2917e7a9-bb9d-585b-890e-1ad69b6f3f65&l=976
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Name should be updated in
node-pty/scripts/post-install.js
Lines 10 to 11 in 090384f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @deepak1556
I have updated the post-install script, but it is still not working.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check #768 (comment)