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

234 Коммитов

Автор SHA1 Сообщение Дата
Jonathan Carter dad24ba445 Fixing sample tour 2022-02-24 18:03:47 +00:00
Jonathan Carter 7cb72bec33 Fixing misc. bugs 2022-02-24 18:00:32 +00:00
Jonathan Carter 1876e2134e
Merge pull request #223 from ricmatsui/rm-fix-watch 2022-01-27 16:04:42 -08:00
Ricardo Matsui 5bcaaadf4f Fix performance issue with watching sub-tour directories 2022-01-27 16:01:11 -08:00
Jonathan Carter 3f9153d75c
Merge pull request #217 from Ohcanep/readme-typo 2021-11-25 12:03:20 -08:00
Harri Berglund 5909c3a081
Fix typo 2021-11-25 21:27:54 +02:00
Jonathan Carter 5814aac14e
Merge pull request #211 from etiennebarrie/fix-typo 2021-10-18 07:07:51 -07:00
Étienne Barrié 1f83cc820e Fix typo 2021-10-18 13:11:20 +02:00
Jonathan Carter 7464f21232
Merge pull request #210 from jeluard/patch-1 2021-10-16 07:00:55 -07:00
Julien 0bfaf485fa
Fixed typo 2021-10-16 08:17:25 +02:00
Jonathan Carter 3ecf7f76ee
Merge pull request #203 from bplowry/patch-1 2021-09-13 07:04:40 -07:00
Benjamin Lowry 1aa0520bc3
Remove regex note for ref None 2021-09-13 13:11:20 +08:00
Jonathan Carter e7018e228c
Merge pull request #199 from clavery/main 2021-09-04 19:22:01 -07:00
Charles Lavery 67c4eb42e8 Fixes #198 restores terminal focus capability to view attribute 2021-09-04 21:54:19 -04:00
Jonathan Carter edbbd517e0
Merge pull request #191 from sandy081/main
remove web extension kind
2021-09-01 08:04:38 -07:00
Sandeep Somavarapu 576acd8eb7 remove web extension kind 2021-09-01 16:57:03 +02:00
Jonathan Carter a671690104 Update tour 2021-08-12 11:38:19 -07:00
Jonathan Carter bc656fec0e Cleaning up tours 2021-08-12 11:29:31 -07:00
Jonathan Carter e87ee05221 Suppressing prompt for swings 2021-07-08 22:36:48 +00:00
Jonathan Carter 36ddbd4b64 Refactor provider code 2021-07-08 18:10:10 +00:00
Jonathan Carter 71e1c7b9de Fixing regex issue 2021-07-08 15:55:20 +00:00
Jonathan Carter 5c338c87fd Merge branch 'main' of https://github.com/microsoft/codetour 2021-07-08 15:27:58 +00:00
Jonathan Carter 0d5eedb8c9 Clean up actions workflow 2021-07-08 15:27:55 +00:00
Jonathan Carter fedd70b3b9
Merge pull request #174 from NotMyself/main 2021-06-11 18:07:33 -07:00
Jonathan Carter d41b079f1f Allow 1-based step numbers via URI Handler 2021-05-29 20:58:40 +00:00
Jonathan Carter 7ae9935bbe Fixing URI handler 2021-05-29 20:20:14 +00:00
Jonathan Carter 2379829953 Adding URI handler 2021-05-29 19:44:38 +00:00
Bobby Johnson 103a64cd21
updating setting name based on review 2021-05-28 14:08:54 -07:00
Bobby Johnson 0cd1bb3062
using the correct setting 2021-05-27 10:29:19 -07:00
Bobby Johnson 726cd896f9
configuration for custom tour location 2021-05-27 09:44:39 -07:00
Jonathan Carter f3a5ae16c2
Update ci.yml 2021-05-12 12:29:39 -07:00
Jonathan Carter 2a9bcac1d2 Fixing readme 2021-05-12 19:25:46 +00:00
Jonathan Carter c11df3fd83 Merge branch 'main' of https://github.com/microsoft/codetour 2021-05-12 19:18:10 +00:00
Jonathan Carter 60f8f2bb4c Enhancing API 2021-05-12 19:18:04 +00:00
João Moreno bb8cf0390b
remove svg file from packaging 2021-05-12 15:53:15 +02:00
João Moreno ba58eea541
prepare for vsce publish --web
- downgrade package-lock.json version back to 1
- lock @types/vscode
- update CI
2021-05-12 15:50:51 +02:00
João Moreno 0810ab074f
setup CI 2021-05-12 15:32:48 +02:00
João Moreno e706f96fe7
replace _startTourOnActivation with a URIHandler
- handles `/startDefaultTour`
2021-05-12 11:31:30 +02:00
João Moreno c0ac254dad
update dependencies
- addresses vulnerabilities warnings
- add typing to `axios`
2021-05-12 10:43:45 +02:00
João Moreno 71b6d09500
fix bad merge: remove postinstall script 2021-05-12 10:40:39 +02:00
Jonathan Carter 1bf4294573
Merge pull request #169 from joaomoreno/update-vscode-types
Move to @types/vscode
2021-05-11 07:38:17 -07:00
Jonathan Carter 621ee43a78
Merge branch 'main' into update-vscode-types 2021-05-11 07:38:09 -07:00
Jonathan Carter ad7d5ed15c
Merge pull request #172 from joaomoreno/start-default-tour
Enable functionality to start the default tour as soon as it's discovered
2021-05-11 07:36:55 -07:00
Jonathan Carter cbc39e6b6a
Merge pull request #171 from joaomoreno/patch-1 2021-05-11 06:58:57 -07:00
Jonathan Carter 2cf518bc7b
Merge pull request #170 from joaomoreno/webpack-watch 2021-05-11 06:57:45 -07:00
João Moreno 50252c9f9e
add codetour._startTourOnActivation
This command, when run right on startup, allows the default
tour to begin immediately, instead of prompting the user.
2021-05-11 14:14:23 +02:00
João Moreno 338ab066e0
Remove Node.JS dependencies: TextEncoder, TextDecoder
Since [a while ago](https://github.com/nodejs/node/commit/932be0164f), the text encoding utils are globals in Node.JS.
2021-05-11 04:32:59 -07:00
João Moreno a68b112374
set webpack to run verbose
this allows the VS Code task system to process webpack's output
2021-05-11 11:32:40 +02:00
João Moreno cd48126e94
move to @types/vscode 2021-05-11 11:30:57 +02:00
Jonathan Carter dc43f21529
Merge pull request #167 from tanhakabir/add-notebook
Updated the Notebook to use latest ContentSerializer API
2021-05-03 13:56:36 -07:00