Skip to content

Commit

Permalink
fix settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonboukheir committed May 10, 2024
1 parent f12211f commit ad837bd
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"files.associations": {
"*.js": "javascript",
"*.jslib": "javascript",
"*.jspre": "javascript",
"*.jsx": "javascriptreact",
"Brewfile": "ruby",
"vimrc": "viml",
"crypto_aead_aegis128l.h": "c",
"crypto_aead_aegis256.h": "c",
"crypto_aead_aes256gcm.h": "c",
"crypto_aead_chacha20poly1305.h": "c",
"crypto_auth_hmacsha256.h": "c",
"crypto_aead_xchacha20poly1305.h": "c",
"crypto_auth.h": "c",
"crypto_auth_hmacsha512256.h": "c",
"crypto_auth_hmacsha512.h": "c",
"crypto_hash_sha512.h": "c",
"crypto_hash_sha256.h": "c",
"crypto_box.h": "c",
"crypto_box_curve25519xsalsa20poly1305.h": "c",
"crypto_stream_xsalsa20.h": "c",
"export.h": "c",
"runtime.h": "c",
"utils.h": "c",
"crypto_core_salsa20.h": "c",
"crypto_core_salsa2012.h": "c",
"crypto_core_salsa208.h": "c",
"crypto_generichash.h": "c",
"crypto_generichash_blake2b.h": "c",
"crypto_kdf.h": "c",
"crypto_kdf_hkdf_sha256.h": "c",
"crypto_kdf_hkdf_sha512.h": "c",
"crypto_kdf_blake2b.h": "c",
"crypto_kx.h": "c",
"crypto_onetimeauth_poly1305.h": "c",
"crypto_onetimeauth.h": "c",
"crypto_pwhash_argon2i.h": "c",
"crypto_scalarmult_curve25519.h": "c",
"crypto_secretbox_xsalsa20poly1305.h": "c",
"crypto_secretstream_xchacha20poly1305.h": "c",
"crypto_shorthash.h": "c",
"crypto_shorthash_siphash24.h": "c",
"crypto_sign.h": "c",
"crypto_sign_ed25519.h": "c",
"crypto_stream_chacha20.h": "c",
"crypto_stream_salsa20.h": "c",
"crypto_verify_16.h": "c",
"crypto_verify_32.h": "c",
"crypto_verify_64.h": "c",
"randombytes_internal_random.h": "c",
"crypto_core_hchacha20.h": "c",
"crypto_core_hsalsa20.h": "c",
"crypto_hash.h": "c",
"crypto_pwhash.h": "c",
"crypto_pwhash_argon2id.h": "c",
"crypto_scalarmult.h": "c",
"crypto_secretbox.h": "c",
"crypto_stream.h": "c",
"randombytes.h": "c",
"randombytes_sysrandom.h": "c",
"core.h": "c"
}
}

0 comments on commit ad837bd

Please sign in to comment.