[bootlin/training-materials updates] master: Embedded Linux slides: mention our VS Code presentation (382fef02)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Mar 16 11:15:30 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/382fef0246072881ab46f856bbdf56f8271a3589

>---------------------------------------------------------------

commit 382fef0246072881ab46f856bbdf56f8271a3589
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Mar 16 11:15:30 2021 +0100

    Embedded Linux slides: mention our VS Code presentation
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

382fef0246072881ab46f856bbdf56f8271a3589
 common/opdenacker-using-vscode.jpg                 | Bin 0 -> 134619 bytes
 .../kernel-source-code-management.tex              |   2 +-
 .../opdenacker-using-vscode.jpg                    | Bin 134619 -> 0 bytes
 .../sysdev-application-development.tex             |  27 ++++++++++++---------
 4 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/common/opdenacker-using-vscode.jpg b/common/opdenacker-using-vscode.jpg
new file mode 100644
index 00000000..bb730779
Binary files /dev/null and b/common/opdenacker-using-vscode.jpg differ
diff --git a/slides/kernel-source-code-management/kernel-source-code-management.tex b/slides/kernel-source-code-management/kernel-source-code-management.tex
index 8c6716f3..f92d1825 100644
--- a/slides/kernel-source-code-management/kernel-source-code-management.tex
+++ b/slides/kernel-source-code-management/kernel-source-code-management.tex
@@ -76,6 +76,6 @@
           \end{itemize}
     \end{itemize}
   \column{0.4\textwidth}
-    \includegraphics[width=\textwidth]{slides/kernel-source-code-management/opdenacker-using-vscode.jpg}
+    \includegraphics[width=\textwidth]{common/opdenacker-using-vscode.jpg}
   \end{columns}
 \end{frame}
diff --git a/slides/kernel-source-code-management/opdenacker-using-vscode.jpg b/slides/kernel-source-code-management/opdenacker-using-vscode.jpg
deleted file mode 100644
index bb730779..00000000
Binary files a/slides/kernel-source-code-management/opdenacker-using-vscode.jpg and /dev/null differ
diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index a2837a2b..80d4c5a6 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -143,22 +143,27 @@
 
 \begin{frame}
   \frametitle{Visual Studio Code}
-  \url{https://code.visualstudio.com/}
-  \begin{columns}[T]
-    \column{0.75\textwidth}
+  \begin{columns}
+    \column{0.65\textwidth}
     \begin{itemize}
-    \item Created by Microsoft
-    \item License: MIT
+    \item \url{https://code.visualstudio.com/}
+    \item Created by Microsoft, MIT licensed
     \item Extensible, language agnostic text editor
     \item Built-in git commands
     \item The most popular IDE (open-source and proprietary) according Stack Overflow's 2019 survey
-    \item Try it on Ubuntu: \code{sudo snap install --classic code}
-    \item \url{https://en.wikipedia.org/wiki/Visual_Studio_Code}
+    \item Try it on Ubuntu:\\
+          \code{sudo snap install --classic code}
+    \item See Michael Opdenacker's {\em Using Visual Studio Code for Embedded Development} presentation
+          (\href{https://bootlin.com/pub/conferences/2020/elce/opdenacker-using-vs-code-for-embedded-development/}{slides},
+          \href{https://www.youtube.com/watch?v=YGOZIIOWujc}{video}) at ELCE 2020.
     \end{itemize}
-    \column{0.25\textwidth}
-    \includegraphics[width=\textwidth]{slides/sysdev-application-development/visual-studio-code.pdf}
-    \vspace{1cm}\\
-    \tiny Image credits (Wikipedia): \url{https://frama.link/RjFqWGBS}
+    \column{0.35\textwidth}
+    \begin{center}
+    \includegraphics[height=0.3\textheight]{slides/sysdev-application-development/visual-studio-code.pdf}\\
+    \tiny Image credits (Wikipedia): \url{https://frama.link/RjFqWGBS}\\
+    \vspace{0.5cm}
+    \includegraphics[width=\textwidth]{common/opdenacker-using-vscode.jpg}
+    \end{center}
   \end{columns}
 \end{frame}
 




More information about the training-materials-updates mailing list