help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
rust-web-server
/
.vscode
RSK World
rust-web-server
Rust Web Server - High-Performance Async Web Server + WebSocket Support + JWT Authentication + File Upload + Memory Safety + Educational Design
.vscode
  • extensions.json986 B
  • settings.json1.4 KB
settings.json
.vscode/settings.json
Raw Download
Find: Go to:
{
    // Rust-specific settings
    "rust-analyzer.checkOnSave.command": "clippy",
    "rust-analyzer.cargo.features": "all",
    "rust-analyzer.procMacro.enable": true,
    "rust-analyzer.diagnostics.enable": true,
    "rust-analyzer.diagnostics.disabled": [
        "inactive-code"
    ],

    // Editor settings
    "editor.formatOnSave": true,
    "editor.formatOnType": true,
    "editor.codeActionsOnSave": {
        "source.fixAll": "explicit",
        "source.organizeImports": "explicit"
    },
    "editor.rulers": [100],
    "editor.tabSize": 4,
    "editor.insertSpaces": true,

    // File associations
    "files.associations": {
        "*.rs": "rust",
        "Cargo.toml": "toml",
        "Cargo.lock": "toml"
    },

    // Search settings
    "search.exclude": {
        "**/target/**": true,
        "**/node_modules/**": true,
        "**/*.log": true
    },

    // Terminal settings
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",

    // Git settings
    "git.autofetch": true,
    "git.enableSmartCommit": true,

    // Extension settings
    "rust-analyzer.server.extraEnv": null,
    "rust-analyzer.cargo.target": null,

    // Testing
    "rust-analyzer.runnableEnv": null,

    // Debugging
    "debug.node.autoAttach": "on",

    // Workspace settings
    "files.watcherExclude": {
        "**/target/**": true,
        "**/node_modules/**": true
    }
}
58 lines•1.4 KB
json

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer