Adds VS Code config and JS project setup files#2346
Closed
Amro1984 wants to merge 112 commits intophcode-dev:mainfrom
Closed
Adds VS Code config and JS project setup files#2346Amro1984 wants to merge 112 commits intophcode-dev:mainfrom
Amro1984 wants to merge 112 commits intophcode-dev:mainfrom
Conversation
…ed in the live preview
… particular element
…in the source code
Deleted the _shouldShowEditTextOption function from RemoteFunctions.js as it is no longer used. This helps clean up the code and improve maintainability.
### What kind of change does this PR introduce? <!-- Delete ones that doesnt apply--> - Bugfix - fixes issues- give issue github url/details here. - Feature - Docs - Code style update - Refactor - Build-related changes - Other, please describe: ### Screenshots or Gifs of the change 1. Any visual or workflow changes must come with a gif or screenshot. 2. Gif screen recordings help more if present. You can use one of the below free screen recorders: 1. windows gif recorder- https://www.screentogif.com/ 2. mac gif recorder- https://apps.apple.com/au/app/giphy-capture-the-gif-maker/id668208984?mt=12 3. linux gif recorder- https://github.com/phw/peek ### Does this PR introduce a breaking change? <!-- If yes, please describe the impact and migration path for existing applications in an attached issue. --> - Yes, and the changes were approved in issue #___ - No ### Tests done - Describe unit tests done - Describe integration tests done - Describe manual tests done ### Checklist - [ ] When resolving issues, reference those issue URLs in description. - [ ] Propose a changelog if this pull request has any customer facing impact. - [ ] I have added a convincing reason for adding this feature, if necessary. ### Other information ### pull request guidelines: * It's OK to have multiple small commits as you work on the PR - we will let GitHub automatically squash it before merging. * If adding new feature:, Provide convincing reason to add this feature. Ideally you should open a suggestion issue first and have it greenlighted before working on it. * If fixing a bug:Provide detailed description of the bug in the PR, or link to an issue that does. * Provide screenshots or gifs of the changes whenever possible.
uigh;oih
Introduces editor configuration and JavaScript project settings to improve development consistency and code quality for browser scripts.
Enables Copilot Chat virtual tools by setting its threshold to zero, potentially allowing more frequent activation and access within the IDE. Enables Copilot Chat virtual tools in IDE Allows more frequent activation of Copilot Chat virtual tools by setting the threshold to zero, improving accessibility within the development environment.
Member
|
What is this pull request about. It looks like you have been trying to raise several issues across Phoenix repos. Do you need any assistance/are you learning coding? |
Member
|
@Amro1984 please help us understand what you are trying to do, we can help to guide you to the correct resources. |
Ignores pull requests from main branch in config Prevents pull request suggestions for the main branch to reduce noise and streamline workflow in the editor. Ignores pull request suggestions from main branch Prevents pull request prompts for the main branch to reduce workflow noise and streamline editor experience.
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Introduces editor configuration and JavaScript project settings to improve development consistency and code quality for browser scripts.
What kind of change does this PR introduce?
Screenshots or Gifs of the change
Does this PR introduce a breaking change?
Tests done
Checklist
Other information
pull request guidelines: