From 1e243650b9f9249e0824223a9a7b4d3258494e52 Mon Sep 17 00:00:00 2001 From: Ganesh Gore Date: Tue, 3 May 2022 14:03:52 -0600 Subject: [PATCH] Added option to copy example projects --- Dockerfile | 3 ++- .../getting_started/shell_shortcuts.rst | 8 +++++--- openfpga.sh | 16 +++++++++++++--- .../regression_test_scripts/basic_reg_test.sh | 4 ++++ 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index c92f60a4c..21e135c0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,4 +38,5 @@ RUN jupyter lab build # Set up terminal RUN echo 'export PS1="\[$(tput bold)\]\[\033[38;5;220m\]\u\[$(tput sgr0)\]:\[$(tput sgr0)\]\[$(tput bold)\]\[\033[38;5;14m\]\W\[$(tput sgr0)\]\\$\[$(tput sgr0) \]"' >> ~/.bashrc -RUN mkdir -p .vscode && echo '{"files.associations": {"*.openfpga": "tcl"},"workbench.colorTheme": "Monokai"}' > .vscode/settings.json +RUN echo 'alias codeopen="code-server -r "' >> ~/.bashrc +RUN mkdir -p .vscode && echo '{"files.associations": {"*.openfpga": "shellscript"},"workbench.colorTheme": "Monokai"}' > .vscode/settings.json diff --git a/docs/source/tutorials/getting_started/shell_shortcuts.rst b/docs/source/tutorials/getting_started/shell_shortcuts.rst index aad34c812..0c32d3fa4 100644 --- a/docs/source/tutorials/getting_started/shell_shortcuts.rst +++ b/docs/source/tutorials/getting_started/shell_shortcuts.rst @@ -30,11 +30,13 @@ Once the ``openfpga.sh`` script is sourced, you can run any following commands d .. option:: create-task