You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by jw...@apache.org on 2021/11/19 23:50:51 UTC

[daffodil-vscode] branch main updated: Remove create_vsix.sh in favor of yarn build

This is an automated email from the ASF dual-hosted git repository.

jw3 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


The following commit(s) were added to refs/heads/main by this push:
     new 07d63c7  Remove create_vsix.sh in favor of yarn build
07d63c7 is described below

commit 07d63c7a3c542783e020d59c352c84a69e0cbfbf
Author: Steve Lawrence <sl...@apache.org>
AuthorDate: Wed Nov 17 08:16:01 2021 -0500

    Remove create_vsix.sh in favor of yarn build
    
    No build or README file mentions create_vsix.sh as the way to build a
    .vsix file. Instead we only ever mention yarn build. And create_vsix.sh
    doesn't build/include the daffodil-debugger-*.zip file, so it isn't even
    a correct .vsix file. Remove it in favor of yarn build.
    
    Closes #52
---
 create_vsix.sh | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/create_vsix.sh b/create_vsix.sh
deleted file mode 100755
index 033ac3d..0000000
--- a/create_vsix.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-#!/bin/bash
-
-yarn install
-yarn compile
-yarn vscode:prepublish
-yarn package