Граф коммитов

501 Коммитов

Автор SHA1 Сообщение Дата
Aaron Munger b8b5b1f632
option to use Notebook API for opening IW (#16084)
* create a notebook model backed editor for the IW

* create correct controller type

* startup code contribution

* add and execute with appendIndex

* platform level service to ask if a notebook is for a repl

* formatting

* split the service so it is the same instance

* remove more notebook type checking

* remove noop function

* remove unused import

* fixed sysinfo cell append

* sys info cell order

* cleanup

* focus editor to be able to select controller

* formatting
2024-10-03 08:49:44 -07:00
Aaron Munger 235f3885e4
add a loc string (#15704) 2024-05-22 09:38:00 -07:00
Don Jayamanne fb39f04ce6
Add trace level debugging (#15653)
* Add trace level debugging

* Fixes

* Simpler

* Remove dead code

* Delete unwanted method

* Remove dead code
2024-05-02 20:08:24 -07:00
Don Jayamanne 75b8c8be69
Remove unwanted commands related to debugging (#15647) 2024-05-02 10:53:23 +02:00
Don Jayamanne efe0f5c797
Drop duplicate commands (#15482) 2024-04-03 08:50:49 +02:00
Aaron Munger a30d4f5807
deprecate setting (#15447) 2024-03-29 09:31:59 -07:00
Don Jayamanne 750c350008
Merge python and non-python kernel completion settings (#14994)
* Merge python and non-python kernel completion settings

* Fix formatting

* Fix tests
2024-01-08 22:10:36 +00:00
Don Jayamanne 2ae691dd74
Remove deprecated settings (#14995) 2024-01-08 11:18:26 +05:30
Aaron Munger 35f0cd0bca
rely on core to add traceback line links for Interactive Window (#14909)
* rely on core to add traceback line links

* no more <a> links in output

* remove only

* fix stacktrace from file

* loosen assert

* register jupyter.formatStackTraces configuration option
2024-01-03 17:42:34 -08:00
Tyler James Leonhardt 56eb0e051b
Localize submenu label (#14933)
Fixes https://github.com/microsoft/vscode-loc/issues/1528
2023-12-19 23:55:21 +00:00
Aaron Munger 58a6b8c351
specify that inputs will be expanded/collapsed (#14870) 2023-12-07 17:00:25 +00:00
Don Jayamanne 953a5019ed
Code completions from kernel behind and experiment (#14770)
* Code completions from kernel behind and experiment

* Generate telemetry
2023-11-24 00:07:28 +00:00
Don Jayamanne 3af4d05a84
Add setting for kernel completions (#14763)
* Update types to reflect version of Node & browsers

* Remove completion exp, add setting to enable it
2023-11-23 07:41:57 +11:00
Don Jayamanne 52a880d3fa
Format other files in repo (#14764) 2023-11-23 07:41:39 +11:00
Don Jayamanne 2589416c38
Add completion provider for non-python kernels (#14747)
* Add completion provider for non-python kernels

* Support config

* Update doc descriptions
2023-11-21 08:37:42 +00:00
Don Jayamanne d91cac6bd7
UX for managing access to kernel Api (#14737)
* UX for managing access to kernel Api

* Add tests

* Update link

* Your commit message

* Update link
2023-11-21 01:54:39 +00:00
Aaron Munger 773aa5f444
run the whole file for the command (#14665)
* run the whole file

* fix capatilization

* fix setting name

* fix migrated setting check

* Update package.json

Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>

---------

Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>
2023-11-06 14:32:26 -08:00
Aaron Munger 450e4d0b8a
Simpler normalization for executing selection in IW (#14449)
* option to not normalize selected code

* unit tests

* working unit tests

* register setting

* lint

* enable IW commands in web

* test multi-line string

* remove suite only
2023-10-09 13:37:10 -07:00
Aaron Munger e6b2f6fad7
remove unimplemented command (#14405) 2023-10-02 10:45:00 -07:00
Don Jayamanne 79e4623896
Call out that setting only applies to local kernel (#14278) 2023-09-07 18:55:02 +10:00
Don Jayamanne 98aed06c9c
Remove external usages of jupyter.selectjupyteruri (#13513)
* Remove external usages of jupyter.selectjupyteruri

* fix tests
2023-05-17 15:15:38 +02:00
Don Jayamanne 3a33dd9084
Replace kernel filter UI with a new settings (#13492)
* Migrate Kernel Filter to settings only

* fixes
2023-05-15 09:42:17 +02:00
Michael Lively 5347e8cd06
Add support for `Restart Kernel + Run up to Selected Cell` command (#13342)
* support `Restart Kernel + Run up to Selected Cell`

* small fixes - fxn name, safer activeNBE use

* linting...

* rm enablement for IW, rm context
2023-04-19 11:26:03 -07:00
Michael Lively 726e8deb22
Add `Restart Kernel and Run All Cells` command (#13316)
* refactor into single type mapping interface

* add Restart Kernel and Run All cmd

* format -- remove whitespace
2023-04-12 17:47:51 -07:00
Don Jayamanne 4db29c7513
Deprecated cmd used to add remote jupyter urls (#13307)
* Deprecated cmd used to add remote jupyter urls

* oops
2023-04-12 10:11:17 +10:00
Aaron Munger d9a1a76191
change to enum settings value (#13252) 2023-04-03 09:52:52 -07:00
Aaron Munger 0a69f37e09
optionally decorate all python file cells (#13244) 2023-03-31 16:26:52 -07:00
Soojin (Min) Choi 93af58ef0a
update walkthrough title (#13076) 2023-03-14 20:51:47 +00:00
Aaron Munger caffc5705a
migrate and organize Interactive window settings (#12810)
* migrate settings

* add new settings

* fixes

* setting update calls

* fix unit test

* lint whoops
2023-02-10 12:12:26 -08:00
Aaron Munger a87f8ef6e1
remove unused deprecated settings (#12783) 2023-02-08 16:51:45 -08:00
Don Jayamanne a6ccb17ef1
Remove redundant entries from package.nls.json (#12686) 2023-01-30 11:23:32 -08:00
Don Jayamanne 91f7e0638b
Restore docs for jupyterCommandLineArguments (#12680) 2023-01-29 16:16:41 -08:00
Don Jayamanne b639d6c950
Remove {Locked='kernel'} from localized strings (#12679)
* Remove {Locked='kernel'} from localized strings

* Updates based on code review
2023-01-29 14:51:52 -08:00
Don Jayamanne 0381dc48d4
Updates Kernel picker labels (#12580) 2023-01-18 19:28:43 -08:00
Don Jayamanne d546b4da54
Update kernel source label (#12516) 2023-01-10 10:02:27 -08:00
Don Jayamanne 6aeae7d47f
Remove duplicate info in kernel quick pick (#12515) 2023-01-10 11:57:23 +11:00
Don Jayamanne 4cd1344ef7
Fix settings scope (#12457)
* Update scope of settings

* Remove

* fixes

* fixes

* fixes

* Revert

* fixes

* fixes
2023-01-09 15:14:24 -08:00
Don Jayamanne be89fc70eb
Deprecated setting jupyterCommandLineArguments (#12466) 2023-01-09 15:49:48 +01:00
Don Jayamanne 7ee68bf5fc
Update lables to inclde work Jupyter (#12481) 2023-01-04 09:00:44 +11:00
Rob Lourens 5dbe218f88
More Jupyter config cleanup (#12388)
For #11422
2022-12-11 21:45:17 +00:00
Aaron Munger 0c8abe911b
deprecate svg setting (#12330) 2022-12-07 08:07:56 -08:00
Don Jayamanne 61d28e1616
Update ipykernel install messages (#12300)
* Update ipykernel install messages

* fix tests

* oops
2022-12-05 08:50:40 -08:00
Don Jayamanne ee6449e9e7
Replace URI with URL, latter is more user friendly (#12295) 2022-12-05 08:14:08 +11:00
Peng Lyu 959206c9cf
Bring back Connect to Jupyter Server on Web. (#12248)
* Bring back Connect to Jupyter Server on Web.

* new kernel picker in web

Co-authored-by: Don Jayamanne <don.jayamanne@outlook.com>
2022-12-01 03:58:41 +00:00
Don Jayamanne f63ec212bf
Update quick pick titles (#12218) 2022-11-30 07:05:12 +01:00
Don Jayamanne 61e1427e0e
Update kernel picker titles (#12156)
* Update kernel picker titles

* fic tests
2022-11-24 09:05:16 +01:00
Don Jayamanne f113a58a43
Remove redundant KernelPicker type setting (#12082) 2022-11-17 20:01:36 -08:00
Don Jayamanne 89a2c40e75
Changes to labels and display a controller (#12026) 2022-11-14 21:33:45 -08:00
Don Jayamanne 917c351ecd
Add option to create Python Env in kernel picker (#12007) 2022-11-15 00:24:52 +00:00
Don Jayamanne 147c8d8113
Display preferred kernel in new kernel quickpick (#12004)
* Minimize changes in PR

* Misc

* oops
2022-11-14 11:35:19 -08:00