Skip to content

chore(config): remove vscode launchjson#2040

Merged
shamardy merged 2 commits intodevfrom
remove-vscode-launchjson
Dec 21, 2023
Merged

chore(config): remove vscode launchjson#2040
shamardy merged 2 commits intodevfrom
remove-vscode-launchjson

Conversation

@Alrighttt
Copy link
Copy Markdown

I don't believe this extremely old Visual Studio Code configuration file is actively being used by anyone. It's causing me headaches with git source control within my dev environment.

@shamardy shamardy changed the title Remove vscode launchjson chore(config): remove vscode launchjson Dec 21, 2023
@shamardy shamardy self-requested a review December 21, 2023 12:09
@shamardy shamardy merged commit 790f51f into dev Dec 21, 2023
@shamardy shamardy deleted the remove-vscode-launchjson branch December 21, 2023 13:30
dimxy pushed a commit to dimxy/komodo-defi-framework that referenced this pull request Dec 21, 2023
* dev: (22 commits)
  chore(config): remove vscode launchjson (GLEECBTC#2040)
  feat(trading-proto-upgrade): wasm DB, kickstart, refund states, v2 RPCs (GLEECBTC#2015)
  feat(UTXO): balance event streaming for Electrum clients (GLEECBTC#2013)
  feat(tx): add new sign_raw_transaction rpc for UTXO and EVM coins (GLEECBTC#1930)
  fix(p2p): handle encode_and_sign errors (GLEECBTC#2038)
  chore(release): add changelog entries for v2.0.0-beta (GLEECBTC#2037)
  chore(network): write network information to stdout (GLEECBTC#2034)
  fix(price_endpoints): add cached url (GLEECBTC#2032)
  deps(network): sync with upstream yamux (GLEECBTC#2030)
  fix(config): accept a string as rpcport value (GLEECBTC#2026)
  feat(nft): move db lock, add tx fee and confirmations (GLEECBTC#1989)
  chore(network): update seednodes for netid 8762 (GLEECBTC#2024)
  chore(network): add todo on peer storage behaviour (GLEECBTC#2025)
  chore(network): exclude `168.119.236.249` from the seednode list (GLEECBTC#2021)
  feat(network): deprecate 7777 network (GLEECBTC#2020)
  chore(release): bump mm2 version to 2.0.0-beta (GLEECBTC#2018)
  feat(UTXO swaps): kmd burn plan impl (GLEECBTC#2006)
  chore(docs): fix the link to simple market maker in README.md (GLEECBTC#2011)
  refactor(cli): cli dependency updates and warn on bad config perm (GLEECBTC#1956)
  chore(containers and docs): update docs and container images (GLEECBTC#2003)
  ...

# Conflicts:
#	mm2src/mm2_main/tests/mm2_tests/mm2_tests_inner.rs
#	mm2src/mm2_test_helpers/src/for_tests.rs
dimxy pushed a commit to dimxy/komodo-defi-framework that referenced this pull request Jan 23, 2024
* dev: (24 commits)
  chore(release): bump mm2 version to 2.1.0-beta (GLEECBTC#2044)
  feat(trezor): add segwit support for withdraw with trezor (GLEECBTC#1984)
  chore(config): remove vscode launchjson (GLEECBTC#2040)
  feat(trading-proto-upgrade): wasm DB, kickstart, refund states, v2 RPCs (GLEECBTC#2015)
  feat(UTXO): balance event streaming for Electrum clients (GLEECBTC#2013)
  feat(tx): add new sign_raw_transaction rpc for UTXO and EVM coins (GLEECBTC#1930)
  fix(p2p): handle encode_and_sign errors (GLEECBTC#2038)
  chore(release): add changelog entries for v2.0.0-beta (GLEECBTC#2037)
  chore(network): write network information to stdout (GLEECBTC#2034)
  fix(price_endpoints): add cached url (GLEECBTC#2032)
  deps(network): sync with upstream yamux (GLEECBTC#2030)
  fix(config): accept a string as rpcport value (GLEECBTC#2026)
  feat(nft): move db lock, add tx fee and confirmations (GLEECBTC#1989)
  chore(network): update seednodes for netid 8762 (GLEECBTC#2024)
  chore(network): add todo on peer storage behaviour (GLEECBTC#2025)
  chore(network): exclude `168.119.236.249` from the seednode list (GLEECBTC#2021)
  feat(network): deprecate 7777 network (GLEECBTC#2020)
  chore(release): bump mm2 version to 2.0.0-beta (GLEECBTC#2018)
  feat(UTXO swaps): kmd burn plan impl (GLEECBTC#2006)
  chore(docs): fix the link to simple market maker in README.md (GLEECBTC#2011)
  ...
dimxy pushed a commit to dimxy/komodo-defi-framework that referenced this pull request Feb 18, 2024
* evm-hd-wallet: (27 commits)
  Fix todo comments
  Fix HDAddressOps::Address trait bounds
  fix(indexeddb): fix IDB cursor.continue_() call after drop (GLEECBTC#2028)
  security bump for `h2` (GLEECBTC#2062)
  fix(makerbot): allow more than one prices url in makerbot (GLEECBTC#2027)
  fix(wasm worker env): refactor direct usage of `window` (GLEECBTC#1953)
  feat(nft): nft abi in withdraw_nft RPC, clear_nft_db RPC (GLEECBTC#2039)
  refactor(utxo): refactor utxo output script creation (GLEECBTC#1960)
  feat(ETH): balance event streaming for ETH (GLEECBTC#2041)
  chore(release): bump mm2 version to 2.1.0-beta (GLEECBTC#2044)
  feat(trezor): add segwit support for withdraw with trezor (GLEECBTC#1984)
  chore(config): remove vscode launchjson (GLEECBTC#2040)
  feat(trading-proto-upgrade): wasm DB, kickstart, refund states, v2 RPCs (GLEECBTC#2015)
  feat(UTXO): balance event streaming for Electrum clients (GLEECBTC#2013)
  feat(tx): add new sign_raw_transaction rpc for UTXO and EVM coins (GLEECBTC#1930)
  fix(p2p): handle encode_and_sign errors (GLEECBTC#2038)
  chore(release): add changelog entries for v2.0.0-beta (GLEECBTC#2037)
  chore(network): write network information to stdout (GLEECBTC#2034)
  fix(price_endpoints): add cached url (GLEECBTC#2032)
  deps(network): sync with upstream yamux (GLEECBTC#2030)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants