Commit Graph

73 Commits

Author SHA1 Message Date
Chuck Lantz
207e4195a7 Drop use of out of date property 2021-10-27 16:52:28 -07:00
Chuck Lantz
cfe1e3d802 Update to 0.195.0 2021-09-17 01:17:03 +00:00
Chuck Lantz
4b1f878c34 Bump to 0.191.0 2021-08-13 16:07:39 +00:00
Chuck Lantz
40c1be6e65 Remove deprecated terminal setting 2021-07-01 02:25:52 +00:00
Chuck Lantz
ec824c3c28 Merge pull request #24 from tonybaloney/patch-1
Update terminal profiles
2021-06-30 19:54:38 -05:00
Anthony Shaw
80c33f2af0 Update terminal profiles 2021-06-30 15:53:58 +10:00
Brigit Murtaugh
89fdeff835 Merge pull request #20 from microsoft/ports
Update ports and use Pylance
2021-04-20 07:26:26 -07:00
bamurtaugh
7ed7ba70be Merge branch 'ports' of https://github.com/microsoft/vscode-remote-try-python into ports 2021-04-19 08:43:51 -07:00
bamurtaugh
1a598aa15a Update comments 2021-04-19 08:43:13 -07:00
Brigit Murtaugh
660123582c Update README.md 2021-04-16 13:31:17 -07:00
Brigit Murtaugh
84ad4752b3 Remove unnecessary note 2021-04-16 13:24:28 -07:00
bamurtaugh
a8a25f8a10 Update port info, Pylance 2021-04-16 20:16:19 +00:00
Brigit Murtaugh
c115d229dc Update ports
Update remote ports and readme
2021-03-16 08:51:05 -07:00
bamurtaugh
f0c028c245 Update comment 2021-03-16 15:43:47 +00:00
bamurtaugh
f218ebf147 Update remote ports and readme 2021-03-16 15:40:01 +00:00
Brigit Murtaugh
bb467b2730 Merge pull request #18 from microsoft/bamurtaugh/Ports
Update port settings and README
2021-03-12 12:39:56 -08:00
bamurtaugh
26b54dfe6d Add remote.portsAttributes 2021-03-09 23:23:26 +00:00
bamurtaugh
f532765ae0 Update port, Codespaces readme info 2021-03-09 23:20:13 +00:00
Chuck Lantz
4a782fb463 Reference v0.163.0 definition given master will soon become main 2021-03-08 23:49:30 +00:00
Chuck Lantz
d65c9f4a2d Update definition to latest in master 2021-03-08 23:04:32 +00:00
Brigit Murtaugh
02ee8d2dca Merge pull request #16 from bamurtaugh/Updates
README changes and switch to dynamic port forwarding
2021-01-25 16:23:27 -08:00
Brigit Murtaugh
7cb77c8cf0 Remove fork comment 2021-01-25 16:23:01 -08:00
Brigit Murtaugh
28633c1953 Update port forwarding section 2021-01-25 16:10:01 -08:00
Brigit Murtaugh
a28854f9a8 Update README.md 2021-01-21 08:42:37 -08:00
Brigit Murtaugh
a4fe1bf3f0 Switch to dynamic port forwarding, add Codespaces to readme 2021-01-21 16:32:47 +00:00
Chuck Lantz
c584c1e388 Fix 2020-12-17 22:13:04 +00:00
Chuck Lantz
9d3d6348ab Update Dockerfile 2020-12-17 13:58:39 -08:00
Chuck Lantz
0056e688a1 Update to 0.134.0 version of definition 2020-08-11 20:27:14 +00:00
Chuck Lantz
c64263f073 Merge pull request #11 from rahulrai-in/patch-1
Setting the docker build context with build.context doesn't work
2020-06-22 07:08:02 -07:00
Chuck Lantz
a618f95da8 Updated devcontainer.json per https://github.com/microsoft/vscode-dev-containers/issues/337 2020-05-28 12:08:31 -07:00
Rahul Rai
6a6d760fc0 Setting context inside the build element doesn't work
I am using Docker Desktop for Windows v 2.2.0.5 on Windows 10. In my case, VSCode was not able to set the container build context correctly by reading the build.context property. I fixed the issue by setting the context property as mentioned in the schema here: https://code.visualstudio.com/docs/remote/containers#_devcontainerjson-reference.
2020-05-14 15:20:58 +10:00
Chuck Lantz
29a93447a8 Update README.md 2020-04-08 18:01:32 -07:00
Chuck Lantz
cf2b4d63bd Update devcontainer.json 2020-04-08 18:00:32 -07:00
Chuck Lantz
3c8049bcbd Merge branch 'master' of https://github.com/Microsoft/vscode-remote-try-python 2020-03-31 19:43:54 +00:00
Chuck Lantz
c53d6784b9 Tweak comment 2020-03-31 19:43:46 +00:00
Chuck Lantz
27da2b3449 Update README.md 2020-03-31 12:25:50 -07:00
Chuck Lantz
d1e170119e Update to use Python pre-built image 2020-03-31 19:23:03 +00:00
Chuck Lantz
5ae62f4832 Update README.md 2020-03-12 09:45:22 -07:00
Chuck Lantz
e47ceba88d Merge pull request #9 from IanHopkinson/patch-1
Fix commandline to run flask server in README.md
2020-02-06 07:30:50 -08:00
Ian Hopkinson
3d92b46a67 Fix commandline to run flask server in README.md
As originally written the `flask run ...` command fails with:
`bash: flask: command not found`
Preceding the original `flask run` command with `python -m ...` works, successfully launching the web server
2020-02-06 15:28:04 +00:00
Chuck Lantz
f83bad5711 Fix pylint path 2020-01-29 15:26:30 +00:00
Chuck Lantz
15c6732526 Bug fix 2020-01-18 00:29:31 +00:00
Chuck Lantz
76ea9a8c2b Avoid sudo being required with pip 2020-01-18 00:27:28 +00:00
Chuck Lantz
797aef8e05 Avoid having to use sudo with pip 2020-01-18 00:07:54 +00:00
Chuck Lantz
892e344422 Merge pull request #8 from microsoft/clantz/1.41
Updates for 1.41 release
2019-12-12 19:10:35 -06:00
Chuck Lantz
159bc870a9 Update README.md 2019-12-12 08:00:27 -08:00
Chuck Lantz
8c76679050 Updates for 1.41 2019-12-11 19:00:06 +00:00
Chuck Lantz
0ccd734e31 Update devcontainer.json 2019-11-18 19:41:08 -08:00
Chuck Lantz
0391a8829e Update comments, set default terminal in container 2019-08-26 14:01:56 -07:00
Chuck Lantz
1acf3c9a65 Fix invalid json 2019-08-07 15:52:21 -07:00