Jump to content

Visual Studio Code: Difference between revisions

m
no edit summary
imported>Dezren39
(update for latest vscode insider issues)
imported>Dezren39
mNo edit summary
Line 103: Line 103:
});
});
</syntaxHighlight>
</syntaxHighlight>
==== Updating the placeholder insiders <code>sha256</code>: ====


You will need to update the placeholder <code>sha256</code> value for each new Insiders build.
You will need to update the placeholder <code>sha256</code> value for each new Insiders build.
Line 108: Line 111:
The new value will appear in a validation error when you try to build.
The new value will appear in a validation error when you try to build.


Example:
Put an arbitrary placeholder value in the <code>sha256</code> field, try to build and you'll get an error message regarding the sha256 value.


Put an arbitrary placeholder value in the <code>sha256</code> field, try to build and you'll get an error message regarding the sha256 value.


If the error examples begin <code>sha256:</code> follow these instructions:
===== If the insiders error examples begin <code>sha256:</code> follow these instructions: =====


<pre>
<pre>
Line 124: Line 126:
Take that last line and input it where your placeholder was,  'sha256:' in the beginning should be removed.
Take that last line and input it where your placeholder was,  'sha256:' in the beginning should be removed.


If the error examples begin <code>sha256-</code> follow these instructions:
 
===== If the insiders error examples begin <code>sha256-</code> follow these instructions: =====


<pre>
<pre>
Anonymous user