Skip to content

Commit

Permalink
Empty VSCode plugin webview editor windows #13258
Browse files Browse the repository at this point in the history
* Add comment
  • Loading branch information
jfaltermeier committed Jan 18, 2024
1 parent 63efe7a commit b39dd63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/common/uuid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@ const NAMESPACE = '4c90ee4f-d952-44b1-83ca-f04121ab8e05';
* @returns a uuid
*/
export function hashValue(value: string): string {
// as opposed to v4, v5 is deterministic and uses SHA1 hashing
return v5(value, NAMESPACE);
}

0 comments on commit b39dd63

Please sign in to comment.