This repository was archived by the owner on Dec 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Update staging with dev branch released to VSCode Marketplace #152
Merged
Conversation
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
[PBI:32522 - TASK : 32641] [BUG FIX : 32634] * Adding communication with the simulator for debugging session * Adding an activate play buton sent from the extension when code is running (bug fix) * Removing "I'm connected" message from client socket connection event * Updating doc * Updating requirements.txt * Addinfg @types/socketio to fix build pipeline * Updating doc to install python package requests * Moving constants to constants files * Renaming communication handlers and removing todos * Cleaning debug_user_code.py to remove threading and adding connection attempts limits * Addressing PR comments
PBI: 32531 Task: 32640 * Add telemetry to run simulator commands * Make it so that the editor button and the command pallete are different commands but look the same * Fix typos
PBI: 27956 Task: 32161 * Add 'Open Serial Monitor' command stub * Fix problem where missing cpx.json prevents opening of OutputChannel * Remove send message to serial monitor functionality * Add Copyright statement and credit to vscode-arduino extension * Add user message logging * Remove line ending from serial port * Remove sendMessageToSerialPort function * Change info and error messages into constants
[PBI 32512] * Replace badge Foregrounf by custom color * Renamed new color
…122) * make sure we don't run unsaved files and make sure filepicker works * Fix trying to run untitled file
[Bug 32632] * soved bug with input and capacitive touch * using shift instead * Fixing input bound issues * restore old version * restoring old version * change value update method * solving send message delay * removing comments * removed duplicated code * clean upaccording to review and cs * removing redundant lines * correcting review suggestion issues
[PBI 32204] * arrange hight contrast borders * added scrollbar * fixing highcontrast color * erasing the title of the sliders * adding last changes * removed unused color * remove forgotten dead line * merged with dev * change overwrite to override
* Change path for generated cpx.json file
…python process (#123) [PBI:32522 - Task:32712] * Adding a setting for the user to pick the port and passing it to the python process * Updating doc to help users if the port is not available * Changing default port to not conflict with pyhton remote debugging
[PBI 32204] * adding new telemetry to track * adding telemetry handling for sensor * add telemetry for sensor calls * adding telemetryu for python side * solved typo * renamed constants * rename constants * adding appinsight * removed previous telemetry method * adding extension name constant * replacing activation key * replace extension name const * change according to review * change due to review * solved typo * add more event * replace key by value * replaced f strings * adding license info * adding a prefix for telemetry * removing spaces * adapt to dev chages * chnage way sliders send telemetry * change to override * change overwrite to override * change tracking method in API * putting back default variables * change according to reviews
[PBI 32554] * having cpx responsive * ff * adjusting sizes for responsiveness * removed dead line * remove the size restriction
PBI: 32819 Task: 32687 * Get backend working for select file to play * Make dropdown work and look better * make dropdown work for high contrast * Fix some UI from review * remove log statement * Address comments
Bug: 31981 * Preprocess sound file path to allow spaces on OSX * Fix playback functionality for Mac * Check telemetry to ensure AI key is set before sending events or else methods will hang
[PBI:32817 - Task:32221] [BUG:32880] [Fix Issue : #67 and #81 ] * Fixing the pacifica debug configuration overriding python's * Debug configuration improvements (preventing output panel to open and simulator on regular python debug + creating a config if no launch.json) * Fixing the restart debugging bug
* add new dependency * add to requirements.txt
…ge.json (#134) PBI: 32817 Task: 32215
* Remove unneeded code * remove unneeded link
[PBI 32538] * adding localization usingFpormatted Messages * changing locale * restore injectintl * renameopenedlabel to opened id * adding translation file * adding manager * revoving lines * adding meesage file * adjusting view * remove manager * removing unused lines and using en file * correcting errors * adding ir * correctin slider * coorect slider * solved major typo * adding .po file * changing bounds
[PBI 32829] * changing doc * added app insight to doc * adding configuration section * fixed sound svg issue * adding config doc * removing unused line * updating important files * corrections * Update docs/developers-setup.md Co-Authored-By: Jonathan Wang <[email protected]> * Update docs/developers-setup.md Co-Authored-By: Jonathan Wang <[email protected]> * Update docs/how-to-use.md Co-Authored-By: Jonathan Wang <[email protected]> * Update docs/developers-setup.md Co-Authored-By: Jonathan Wang <[email protected]> * Update docs/how-to-use.md Co-Authored-By: Jonathan Wang <[email protected]> * Update docs/how-to-use.md Co-Authored-By: Jonathan Wang <[email protected]> * Update docs/how-to-use.md Co-Authored-By: Jonathan Wang <[email protected]> * Update docs/how-to-use.md Co-Authored-By: Jonathan Wang <[email protected]> * updated according to review * Update docs/how-to-use.md Co-Authored-By: Jonathan Wang <[email protected]> * Update docs/how-to-use.md Co-Authored-By: Jonathan Wang <[email protected]> * correcting typo * put css back
PBI: 32822 Task: 32598 * install dependencies for users * Only show the dialog once if you click yes * Update docs * update develope docs * Add success notifications
* Add Adafruit to ThirdPartyNotices.txt * Update ThirdPartyNotices.txt with generated file
[BUG:32887] * Checking if the config file was created to prevent crashing the extension on activation without a folder * Updating doc for serial monitor limitation
[32907] * adding .po file * added extension icon * delete locale
* Add telemetry to serial monitor commands * fix missing this issue
…142) * Persist user's choice for Don't Show Again for New File command * Use a better name for variable
* Update test message for serial monitor * Add additional log statement to output channel
* changing doc * added app insight to doc * adding configuration section * fixed sound svg issue * adding config doc * removing unused line * updating important files * corrections * Update docs/developers-setup.md Co-Authored-By: Jonathan Wang <[email protected]> * Update docs/developers-setup.md Co-Authored-By: Jonathan Wang <[email protected]> * Update docs/how-to-use.md Co-Authored-By: Jonathan Wang <[email protected]> * Update docs/developers-setup.md Co-Authored-By: Jonathan Wang <[email protected]> * Update docs/how-to-use.md Co-Authored-By: Jonathan Wang <[email protected]> * Update docs/how-to-use.md Co-Authored-By: Jonathan Wang <[email protected]> * Update docs/how-to-use.md Co-Authored-By: Jonathan Wang <[email protected]> * Update docs/how-to-use.md Co-Authored-By: Jonathan Wang <[email protected]> * updated according to review * Update docs/how-to-use.md Co-Authored-By: Jonathan Wang <[email protected]> * Update docs/how-to-use.md Co-Authored-By: Jonathan Wang <[email protected]> * correcting typo * put css back * adding .po file * renamed adafruit class * adding documentation * Adding licence and link to give feedback in readme and correcting installation instructions * adding elemnt * added quick links * updating troubleshooting * updated to original content * removed locale * Update README.md Co-Authored-By: markAtMicrosoft <[email protected]> * Update README.md Co-Authored-By: markAtMicrosoft <[email protected]> * updating read me * Update README.md Co-Authored-By: markAtMicrosoft <[email protected]> * adding infor on dependencies * updating doc * updated according to reviews * adding images * added image * images on same line * changed to resized images * using smaller gifs * updatind due to review * added precision * correcting grammar issues * solving grammar * merged with dev * merged with dev
[PBI:32822] * install dependencies into the extension folder * Update python to python3.7 * Make the assumption that python 3.7 is in the path * revert docs * Adding a message to let the user know the packages are being installed * update docs * Updating doc for pywin32
* adding .po file * adding a telemetry message * modifying telemetry in python * impact pixelpy * changing telemetry in pixels * removed print statement * moving condition * moved telemetry to spwan * moved function to utils * excalate changed to telemetry class * removed aikey * removed coma * removed comment * solved typo issue * solved typo issue * HOPEFULLY THE LAST one
Changing the name of the extension in the repository.
Fix Merge Conflict
Change naming in Readme.md for vsix details
Also either inline referenced files or explain in more detail where to get the files.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description:
UPdate Staging branch with the latest published dev Branch. First published version
Limitations:
Testing:
Checklist: