Don Jayamanne
5f8c5c05a7
Upgrade notebook trust to VS Codes workspace trust feature ( #6023 )
2021-06-01 15:55:39 -07:00
David Kutugata
f14b6adbb8
resize trust icon ( #5462 )
...
* resize trust icon
* make smaller
2021-04-08 16:37:18 -07:00
Rich Chiodo
7276e65ff5
Change number of icons in notebook toolbar ( #4747 )
...
* Fix icons
* Have trust command show up and nothing else if untrusted
* Add trust check to all commands
* Update based on discussion
2021-02-10 15:59:35 -08:00
Don Jayamanne
0d3d54dc7f
Interrupt icon for single cell execution, fix nb toolbar icons ( #4635 )
2021-02-04 09:34:04 -08:00
Ian Huff
87b983a074
Variable View Editor Button ( #4487 )
2021-01-25 12:07:36 -08:00
David Kutugata
8e007f4cd9
update trusted icons and make trusted icon appear on the editor title ( #4430 )
...
* update icons
make trusted icon appear on the editor title
* update lint
* lint again
* more lint
* clicking the trusted button shows a message saying
the notebook is already trusted
change untrusted icon to red
remove command from the command palette
* linting
* remove message and disable trust button
2021-01-20 16:31:07 -08:00
David Kutugata
6c215b106c
add run above and run below to native notebooks ( #4240 )
...
* add run above and run below to native notebooks
* address some comments
* fix tests
* add tests
* register commands on the
nativeEditorCommandListener
* skipt tests
2020-12-17 16:35:17 -08:00
Joyce Er
d2e8007cb1
Remove unused SVGs ( #4145 )
2020-12-07 09:42:23 -08:00
Don Jayamanne
aba1d20271
Add trust feature for VS Code Notebooks ( #12818 )
2020-07-10 11:05:38 -07:00
Don Jayamanne
336842bbb6
Ability to export VS Code Native notebooks ( #12879 )
2020-07-10 10:11:25 -07:00
Don Jayamanne
05d9e4125b
Add icon to restart kernel for VSC Notebooks ( #12686 )
...
For #10496
Existing icon used for restart icon
2020-07-01 12:50:59 -07:00
Luciana Abud
3eca2a33ab
Update navigate to file icons on test explorer ( #9680 )
2020-01-22 09:40:19 -08:00
Luciana Abud
a139d63a01
Update Test Explorer icons to match new VS Code icons ( #8360 )
...
* Update icons from vscode-icon repo
* Update custom icons with latest version
* Update icons with latest version
* Add new run all tests icon
* Add news files
2019-11-05 12:45:15 -08:00
Kartik Raj
87e067c574
When code runner extension gets installed, disable the play button icon immediately ( #7616 )
2019-09-25 23:41:04 -07:00
Kartik Raj
b2b9e599be
Add play button for all users ( #7562 )
...
* Add play button for all users
* Update experiments.json
* News entry
* Fix tests
* Add telemetry
2019-09-24 10:51:07 -07:00
Eric Snow
76f5fd8fdb
Add an icon for the "Run Python File in Terminal" command. ( #6498 )
...
Note that I called the experiment "ShowPlayIcon".
2019-07-29 14:25:41 -06:00
Rich Chiodo
ba1b00e271
Accessibility fixes for interactive window ( #6011 )
...
* Accessibility fixes for the interactive window
* Fix keyboard focus issues and tab order
* Support changing inputs in the static html
* Verify and fix navigation between variable parts
* Add landmarks and roles for variable explorer
* Add more aria roles
* Fix tests
* Add news entry
* Remove role when not necessary
2019-06-13 12:21:53 -07:00
Kartik Raj
8f7cb40a07
Generalize test results service ( #4813 )
...
* Generalize test results service
* News entry
* Fix gulp errors
* Updated status icons
* Added tests
2019-03-19 15:14:50 -07:00
Kartik Raj
6ba8ef9adb
Update icons and correct tooltip for folders ( #4746 )
...
* Corrected tooltip for folders
* fix CI
* updated icons
* corrected tooltip
* round time to 3 decimal places
2019-03-14 09:40:55 -07:00
Kartik Raj
54277f8987
Updated icons and tooltip in test explorer indicating status of test files/suites ( #4650 )
...
* update test exp and code reviews
* variable name correction
* correct issue #4689
* corrected unit tests
2019-03-08 15:21:18 -08:00
Eric Snow
7500750adb
Show an icon for "unknown" test status. ( #4635 )
...
(for #4578 )
Note: the icons are basic place-holders.
2019-03-05 09:22:49 -07:00
Don Jayamanne
4434652f33
Add an icon for stopping tests and remove unwanted icons ( #4498 )
...
For #4471
2019-02-21 17:04:17 -08:00
Don Jayamanne
f864c20851
Add status indicator for icons in test explorer ( #4461 )
...
* Add status indicator for icons
* Fix typo
* Fix tests
* Fixed tests
* Typo
* Code review comments
* Fixed tests
* Fixes
2019-02-20 18:16:54 -08:00
Kartik Raj
b827fe7b91
done ( #4454 )
2019-02-20 10:10:03 -08:00
Kartik Raj
30637da678
Navigate to test output from Test Explorer on clicking Function ( #4339 )
...
* Show Unit Test Output on clicking func
* news entry
* code reviews
2019-02-11 18:12:40 -08:00
Kartik Raj
6311efecd4
Added action buttons to top of Test Explorer ( #4327 )
...
* Added buttons
* news entry
* Display test activity only when tests have been discovered
* News entry
* code reviews
* code review
* reverting few changes
2019-02-08 14:08:39 -08:00
Don Jayamanne
ede5b3d401
Add commands to run, debug and open tests ( #4332 )
...
For #4277
2019-02-08 11:21:17 -08:00