-
Notifications
You must be signed in to change notification settings - Fork 172
feat: various features for VS Code #3146
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
Merged
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
c594962
fix(deps): update dependency react-ace to v14 (#3136)
renovate[bot] 1f7f36e
chore(deps): update dependency npm-run-all2 to v8 (#3137)
renovate[bot] 1e1bf1d
fix(deps): update dependency i18next to v25 (#3138)
renovate[bot] f91764b
chore: update yarn.lock
heyzec 5ccd67f
feat: make editor work with playground again
heyzec 9090706
fix: don't trigger mobile breakpoints when in VSC
heyzec bc5a2cd
fix: hide unnecessary buttons when in VSC
heyzec 8654d75
refactor: make api abstraction clearer
heyzec 040d53f
fix: don't hardcode constants and join paths properly
heyzec e07539a
fix: make editor less buggy in VS Code
heyzec 18c4597
temp
heyzec c02d153
feat: Send MCQ questions to VSC extension
shirsho-12 2ab1c33
Revert "temp"
heyzec 75fd859
fix: server changes never get sent to extension
heyzec ea11ea8
Added message passing to vscode on chapter select
mug1wara26 9bb54a9
added more info in the message for chapterSelect
mug1wara26 3de5cee
Update mcq handling functionality
shirsho-12 a799a18
Merge branch 'vscode/next' of https://github.com/source-academy/front…
shirsho-12 37ad18f
Fix: Merge issues
shirsho-12 705b31a
Feat: basic voting question type support
shirsho-12 d13ebaf
Feat: basic voting question type support
shirsho-12 30e712d
Merge branch 'vscode/next' of https://github.com/source-academy/front…
shirsho-12 1fa93ba
Merge branch 'vscode/next' of https://github.com/source-academy/front…
shirsho-12 6010f1a
Merge branch 'vscode/next' of https://github.com/source-academy/front…
shirsho-12 8b47473
Simplify vscode mcq message
shirsho-12 03b83cb
Contest code view functionality
shirsho-12 631195c
feat: update VSC message to support sidepanel
heyzec 1047df1
Fix: run button vanishes on zoom
shirsho-12 b855ffa
Merge branch 'vscode/next' of https://github.com/source-academy/front…
shirsho-12 31b6461
Fix: MCQ id
shirsho-12 7b5d34d
Feat: reset functionality for vsc
shirsho-12 ec5c9a3
re-add changes removed during merge; lint
heyzec 7067588
fix: try using window.location.pathname
heyzec c122be5
Added message to trigger save assessment
mug1wara26 179e4f4
Merge branch 'vscode/next' of github.com:source-academy/frontend into…
mug1wara26 772d98a
Merge branch 'master' into vscode/next
heyzec 230e689
fix oopsie with isVscode
heyzec f204b4a
Revert "fix oopsie with isVscode"
heyzec db441df
update yarn.lock
heyzec 6beecc0
Reapply "fix oopsie with isVscode"
heyzec be3be99
fix: add isVscode to useEffect deps (eslint)
heyzec e7595df
fix: squelch warning (eslint)
heyzec 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
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
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
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
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
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
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
Oops, something went wrong.
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.
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 this why we are sending everything (including upcoming ones)? Looks good for now but can always make this minor change in the future.