init
This commit is contained in:
parent
b70b06e2fe
commit
75fa3e643e
@ -30,4 +30,5 @@ vscode:
|
||||
- matklad.rust-analyzer@0.1.20200217:zozmBmOg1N91pRISIsYXBg==
|
||||
- exiasr.hadolint@0.3.0:/FkAW3eTb+z9O7VZAyAa0w==
|
||||
- DavidAnson.vscode-markdownlint@0.34.0:l4DL7iPpo7DdhfUHIUtcuQ==
|
||||
- yzhang.markdown-all-in-one@2.7.0:5+DmuGcePw8L9PtfgOAAHg==
|
||||
- yzhang.markdown-all-in-one@2.7.0:5+DmuGcePw8L9PtfgOAAHg==
|
||||
- tootone.org-mode@0.5.0:nMzU+vF2VnQcpTnwzwBKWg==
|
3
docs-next/README.md
Normal file
3
docs-next/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
This is an experimetal directory designed to be used with org-mode extension (https://marketplace.visualstudio.com/items?itemName=tootone.org-mode) which is according to proof-of-concept http://ehneilsen.net/notebook/orgExamples/org-examples.htm capable of providing the required documentation.
|
||||
|
||||
Current tests conducted on vscode assuming it being supported by gitpod
|
2
docs-next/test.org
Normal file
2
docs-next/test.org
Normal file
@ -0,0 +1,2 @@
|
||||
#+TITLE: Gitpod test TODO list
|
||||
* TODO: TEST
|
@ -1,5 +1,8 @@
|
||||
FROM debian:latest
|
||||
|
||||
# FIXME: The script does not accept value from gitpod.io/settings
|
||||
ENV GITPOD_IGNORE_BLOCKERS=1
|
||||
|
||||
# Blocked by https://github.com/gitpod-io/gitpod/issues/39
|
||||
COPY gitpod/scripts/root-access.sh /usr/bin/root-access
|
||||
RUN true "5g5fdhsfd" \
|
||||
|
Loading…
Reference in New Issue
Block a user