-
Notifications
You must be signed in to change notification settings - Fork 0
1.4 VSCode Extension, Live Interviewing Features #2
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
Open
cassandrale179
wants to merge
42
commits into
main
Choose a base branch
from
socket
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 20 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
d10a966
Add in temporary changes
minh-hatchways a471874
Add in some temp changes
minh-hatchways 4b9a4d0
Add in disposables
minh-hatchways 63ec9f5
Run prettier
minh-hatchways 7c7b502
Add more documentation
minh-hatchways 4a430b3
Add in code
minh-hatchways fa38fca
Firing multiple events
minh-hatchways 775a9b8
Fix to use badge name
minh-hatchways dba0f50
tzry doing multiple file decoration provider
minh-hatchways 3b6e378
Fix code
minh-hatchways 90dbbf3
Add in multiple emitters per user
minh-hatchways c659adc
Clean up comments
minh-hatchways d3a6bef
fix cursor
minh-hatchways 388e2ac
Fix socket extension again
minh-hatchways 2d44e7a
Automatically open file explorer
minh-hatchways fc08cba
Add in tsvsstate
minh-hatchways dc51d3f
Add in ability for rooms
minh-hatchways eb5c44b
Add in newly generated files
minh-hatchways 5e8a891
Clean up cursor issues
minh-hatchways aff74bd
Run npx prettier
minh-hatchways 0422fb4
Fix merge conflicts
minh-hatchways 0170d40
Fix package.json
minh-hatchways 8c90cd4
Run prettier
minh-hatchways 6ec5489
Add in all the changes so far
minh-hatchways 3d8d98b
Fix initialization issues
minh-hatchways 1383766
Add our own decorator
minh-hatchways 3e093a2
Working version for the file decoration
minh-hatchways f667f12
Put back cursor
minh-hatchways d74f43a
Dispose file cursor when user disconnect
minh-hatchways f0da6d8
Fix more code
minh-hatchways 98745bd
Run prettier
minh-hatchways c3617cf
Fix code
minh-hatchways 1c92dba
Auto open files
minh-hatchways a41762f
Run prettier
minh-hatchways c225fe1
Use env var files instead
minh-hatchways 5e98e22
Run prettier
minh-hatchways 491bb04
Address Evelyn's comments
minh-hatchways 1f5ba4f
Merge remote-tracking branch 'origin/main' into socket
minh-hatchways 61e73f1
Fix .env file
minh-hatchways 47f5ed6
Remvoe out and dist folder
minh-hatchways 58d42e1
Remove .vsix file
minh-hatchways 28fb17c
Remove globalName var
minh-hatchways File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,26 @@ | ||
| # hatchways-live-interviewing README | ||
| ## To debug | ||
|
|
||
| This is the README for your extension "hatchways-live-interviewing". | ||
|
|
||
| ## To run | ||
| ``` | ||
| npm install | ||
|
|
||
| npm run watch | ||
| npm run watch | ||
|
|
||
| node server/index.js -- To run the socket server locally on http://localhost:4000 | ||
| ``` | ||
|
|
||
| Then open the project in Visual Studio Code. | ||
| Go to `extension.ts` then press F5. | ||
| Go to `extension.ts` then press F5. | ||
|
|
||
| ## To install as an extension | ||
|
|
||
| ``` | ||
| npm install -g @vscode/vsce | ||
|
|
||
| cd live-interviewing | ||
|
|
||
| vsce package | ||
| ``` | ||
|
|
||
cassandrale179 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| You should see a file titled `hatchways-live-interviewing-0.0.1.vsix` being generated. | ||
|
|
||
| ## Commands | ||
| Open Command Palette (on MacOS, it would be Cmd + Shift + P) | ||
| Then choose Hatchways:Welcome to see the Hatchways Welcome page | ||
| Go to Visual Studio Code, click on Extensions. Click on the three dots "..." on the topmost right corner > Install from VSIX... > Select hatchways-live-interviewing-0.0.1.vsix | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.