Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Update staging with dev branch released to VSCode Marketplace #152

Merged
merged 48 commits into from
Aug 28, 2019

Conversation

markAtMicrosoft
Copy link
Contributor

Description:

UPdate Staging branch with the latest published dev Branch. First published version

Limitations:

Testing:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

Christellah and others added 30 commits August 15, 2019 11:35
[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
…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
* 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
Fatou Mounzeo and others added 18 commits August 22, 2019 16:34
…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.
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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants