gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated (e5fcadd4 -> f3842bc5)


From: gnunet
Subject: [taler-wallet-core] branch master updated (e5fcadd4 -> f3842bc5)
Date: Wed, 25 Nov 2020 16:47:36 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a change to branch master
in repository wallet-core.

    from e5fcadd4 comment
     new 615d3fa4 editor config
     new f3842bc5 missing slash in docker mount path

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .vscode/extensions.json | 13 +++++++++++++
 README                  |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
 create mode 100644 .vscode/extensions.json

diff --git a/.vscode/extensions.json b/.vscode/extensions.json
new file mode 100644
index 00000000..1663a791
--- /dev/null
+++ b/.vscode/extensions.json
@@ -0,0 +1,13 @@
+{
+       // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about 
workspace recommendations.
+       // Extension identifier format: ${publisher}.${name}. Example: 
vscode.csharp
+
+       // List of extensions which should be recommended for users of this 
workspace.
+       "recommendations": [
+               "esbenp.prettier-vscode"
+       ],
+       // List of extensions recommended by VS Code that should not be 
recommended for users of this workspace.
+       "unwantedRecommendations": [
+               
+       ]
+}
\ No newline at end of file
diff --git a/README b/README
index d248d9c8..0a160023 100644
--- a/README
+++ b/README
@@ -45,7 +45,7 @@ We also provide a `Dockerfile` for a container that can build 
the WebExtension:
 (host)$ docker build --tag walletbuilder contrib/wallet-docker
 
 # Run container with wallet source mounted
-(host)$ docker run -it -v $PWD:wallet-core walletbuilder
+(host)$ docker run -it -v $PWD:/wallet-core walletbuilder
 
 # Run build inside container
 (container)$ cd wallet-core

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]